#376B0C

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

Shades of Bilbao #376B0C

Tints of Bilbao #376B0C

Color information

#376B0C (or 0x376B0C) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 0C. RGB value is (55,107,12). Sum of RGB (Red+Green+Blue) = 55+107+12=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #376B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B0C is #C894F3. Grayscale: #505050. Windows color (decimal): -13145332 or 813879. OLE color: 813879.

HSL color Cylindrical-coordinate representation of color #376B0C: hue angle of 92.84º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #376B0C is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB5510712-
CMYK0.4900.890.58
HSL92.84º79.83%23.33%-
HSV(B)92.84º88.79%41.96%-
XYZ6.911.352.18-
YUV80.6289.27109.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=31.61%
G=61.49%
B=6.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107120.4900.890.5892.8479.8323.33
Hex376BC310593A5d5017
Octal67153146101317213512027
Binary11011111010111100110001010110011110101011101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B0C; }

 p { color: rgb(55,107,12); }

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

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

 a { background-color: rgb(55,107,12); }

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

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

 span { border-color: rgb(55,107,12); }

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