#347712

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

Shades of Bilbao #347712

Tints of Bilbao #347712

Color information

#347712 (or 0x347712) is unknown color: approx Bilbao. HEX triplet: 34, 77 and 12. RGB value is (52,119,18). Sum of RGB (Red+Green+Blue) = 52+119+18=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #347712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #347712 is #CB88ED. Grayscale: #575757. Windows color (decimal): -13338862 or 1210164. OLE color: 1210164.

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

Color convert

RGB5211918-
CMYK0.5600.850.53
HSL99.8º73.72%26.86%-
HSV(B)99.8º84.87%46.67%-
XYZ8.1213.972.84-
YUV87.4588.8102.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=27.51%
G=62.96%
B=9.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119180.5600.850.5399.873.7226.86
Hex3477123805535644a1b
Octal64167227001256514411233
Binary110100111011110010111000010101011101011100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347712; }

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

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

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

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

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

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

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

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