#377007

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

Shades of Bilbao #377007

Tints of Bilbao #377007

Color information

#377007 (or 0x377007) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 07. RGB value is (55,112,7). Sum of RGB (Red+Green+Blue) = 55+112+7=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #377007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377007 is #C88FF8. Grayscale: #535353. Windows color (decimal): -13144057 or 487479. OLE color: 487479.

HSL color Cylindrical-coordinate representation of color #377007: hue angle of 92.57º 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 #377007 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB551127-
CMYK0.5100.940.56
HSL92.57º88.24%23.33%-
HSV(B)92.57º93.75%43.92%-
XYZ7.4112.422.21-
YUV82.9985.12108.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 112 (44.14% from 255) = 64.37%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=31.61%
G=64.37%
B=4.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5511270.5100.940.5692.5788.2423.33
Hex377073305E385d5817
Octal6716076301367013513027
Binary1101111110000111110011010111101110001011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377007; }

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

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

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

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

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

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

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

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