#376C07

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

Shades of Bilbao #376C07

Tints of Bilbao #376C07

Color information

#376C07 (or 0x376C07) is unknown color: approx Bilbao. HEX triplet: 37, 6C and 07. RGB value is (55,108,7). Sum of RGB (Red+Green+Blue) = 55+108+7=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #376C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C07 is #C893F8. Grayscale: #505050. Windows color (decimal): -13145081 or 486455. OLE color: 486455.

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

Color convert

RGB551087-
CMYK0.4900.940.58
HSL91.49º87.83%22.55%-
HSV(B)91.49º93.52%42.35%-
XYZ6.9811.552.06-
YUV80.6486.44109.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=32.35%
G=63.53%
B=4.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5510870.4900.940.5891.4987.8322.55
Hex376C73105E3A5b5817
Octal6715476101367213313027
Binary1101111101100111110001010111101110101011011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,7); }

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

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

 a { background-color: rgb(55,108,7); }

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

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

 span { border-color: rgb(55,108,7); }

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