#348716

Color #348716 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #348716

Tints of Bilbao #348716

Color information

#348716 (or 0x348716) is unknown color: approx Bilbao. HEX triplet: 34, 87 and 16. RGB value is (52,135,22). Sum of RGB (Red+Green+Blue) = 52+135+22=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #348716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348716 is #CB78E9. Grayscale: #616161. Windows color (decimal): -13334762 or 1476404. OLE color: 1476404.

HSL color Cylindrical-coordinate representation of color #348716: hue angle of 104.07º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #348716 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB5213522-
CMYK0.6100.840.47
HSL104.07º71.97%30.78%-
HSV(B)104.07º83.7%52.94%-
XYZ10.2218.123.72-
YUV97.385.595.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 135 (53.12% from 255) = 64.59%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=24.88%
G=64.59%
B=10.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135220.6100.840.47104.0771.9730.78
Hex3487163D0542F68481f
Octal64207267501245715011037
Binary1101001000011110110111101010101001011111101000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348716; }

 p { color: rgb(52,135,22); }

 H1.HeaderClassName
 {
   color: #348716;
 }
 .AnyTagClassName
 {
   color: #348716;
 }
</style>
background-color css

<style>
 a { background-color: #348716; }

 a { background-color: rgb(52,135,22); }

 div.DivClassName
 {
   background-color: #348716;
 }
 .BgClassName
 {
   background-color: #348716;
 }
</style>
border-color css

<style>
 span { border-color: #348716; }

 span { border-color: rgb(52,135,22); }

 td.TdClassName
 {
   border-color: #348716;
 }
 .TagClassName
 {
   border-color: #348716;
 }
</style>