#376F07

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

Shades of Bilbao #376F07

Tints of Bilbao #376F07

Color information

#376F07 (or 0x376F07) is unknown color: approx Bilbao. HEX triplet: 37, 6F and 07. RGB value is (55,111,7). Sum of RGB (Red+Green+Blue) = 55+111+7=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #376F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376F07 is #C890F8. Grayscale: #525252. Windows color (decimal): -13144313 or 487223. OLE color: 487223.

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

Color convert

RGB551117-
CMYK0.5000.940.56
HSL92.31º88.14%23.14%-
HSV(B)92.31º93.69%43.53%-
XYZ7.312.22.17-
YUV82.485.45108.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 111 (43.75% from 255) = 64.16%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=31.79%
G=64.16%
B=4.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5511170.5000.940.5692.3188.1423.14
Hex376F73205E385c5817
Octal6715776201367013413027
Binary1101111101111111110010010111101110001011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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