#377027

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

Shades of Bilbao #377027

Tints of Bilbao #377027

Color information

#377027 (or 0x377027) is unknown color: approx Bilbao. HEX triplet: 37, 70 and 27. RGB value is (55,112,39). Sum of RGB (Red+Green+Blue) = 55+112+39=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #377027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377027 is #C88FD8. Grayscale: #565656. Windows color (decimal): -13144025 or 2584631. OLE color: 2584631.

HSL color Cylindrical-coordinate representation of color #377027: hue angle of 106.85º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377027 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB5511239-
CMYK0.5100.650.56
HSL106.85º48.34%29.61%-
HSV(B)106.85º65.18%43.92%-
XYZ7.7412.553.93-
YUV86.64101.12105.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=26.70%
G=54.37%
B=18.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112390.5100.650.56106.8548.3429.61
Hex37702733041386b301e
Octal6716047630101701536036
Binary110111111000010011111001101000001111000110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377027; }

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

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

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

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

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

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

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

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