#377612

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

Shades of Bilbao #377612

Tints of Bilbao #377612

Color information

#377612 (or 0x377612) is unknown color: approx Bilbao. HEX triplet: 37, 76 and 12. RGB value is (55,118,18). Sum of RGB (Red+Green+Blue) = 55+118+18=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #377612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377612 is #C889ED. Grayscale: #585858. Windows color (decimal): -13142510 or 1209911. OLE color: 1209911.

HSL color Cylindrical-coordinate representation of color #377612: hue angle of 97.8º 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 #377612 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB5511818-
CMYK0.5300.850.54
HSL97.8º73.53%26.67%-
HSV(B)97.8º84.75%46.27%-
XYZ8.1613.812.81-
YUV87.7688.63104.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=28.80%
G=61.78%
B=9.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118180.5300.850.5497.873.5326.67
Hex3776123505536624a1b
Octal67166226501256614211233
Binary110111111011010010110101010101011101101100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377612; }

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

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

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

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

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

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

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

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