#377227

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

Shades of Bilbao #377227

Tints of Bilbao #377227

Color information

#377227 (or 0x377227) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 27. RGB value is (55,114,39). Sum of RGB (Red+Green+Blue) = 55+114+39=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #377227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377227 is #C88DD8. Grayscale: #585858. Windows color (decimal): -13143513 or 2585143. OLE color: 2585143.

HSL color Cylindrical-coordinate representation of color #377227: hue angle of 107.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #377227 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB5511439-
CMYK0.5200.660.55
HSL107.2º49.02%30%-
HSV(B)107.2º65.79%44.71%-
XYZ7.9612.994.01-
YUV87.81100.45104.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=26.44%
G=54.81%
B=18.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114390.5200.660.55107.249.0230
Hex37722734042376b311e
Octal6716247640102671536136
Binary110111111001010011111010001000010110111110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377227; }

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

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

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

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

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

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

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

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