#377228

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

Shades of Bilbao #377228

Tints of Bilbao #377228

Color information

#377228 (or 0x377228) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 28. RGB value is (55,114,40). Sum of RGB (Red+Green+Blue) = 55+114+40=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #377228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377228 is #C88DD7. Grayscale: #585858. Windows color (decimal): -13143512 or 2650679. OLE color: 2650679.

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

Color convert

RGB5511440-
CMYK0.5200.650.55
HSL107.84º48.05%30.2%-
HSV(B)107.84º64.91%44.71%-
XYZ7.98134.1-
YUV87.92100.95104.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=26.32%
G=54.55%
B=19.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114400.5200.650.55107.8448.0530.2
Hex37722834041376c301e
Octal6716250640101671546036
Binary110111111001010100011010001000001110111110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377228; }

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

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

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

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

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

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

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

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