#347612

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

Shades of Bilbao #347612

Tints of Bilbao #347612

Color information

#347612 (or 0x347612) is unknown color: approx Bilbao. HEX triplet: 34, 76 and 12. RGB value is (52,118,18). Sum of RGB (Red+Green+Blue) = 52+118+18=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #347612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347612 is #CB89ED. Grayscale: #575757. Windows color (decimal): -13339118 or 1209908. OLE color: 1209908.

HSL color Cylindrical-coordinate representation of color #347612: hue angle of 99.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #347612 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB5211818-
CMYK0.5600.850.54
HSL99.6º73.53%26.67%-
HSV(B)99.6º84.75%46.27%-
XYZ813.732.8-
YUV86.8789.13103.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=27.66%
G=62.77%
B=9.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118180.5600.850.5499.673.5326.67
Hex3476123805536644a1b
Octal64166227001256614411233
Binary110100111011010010111000010101011101101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347612; }

 p { color: rgb(52,118,18); }

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

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

 a { background-color: rgb(52,118,18); }

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

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

 span { border-color: rgb(52,118,18); }

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