#377919

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

Shades of Bilbao #377919

Tints of Bilbao #377919

Color information

#377919 (or 0x377919) is unknown color: approx Bilbao. HEX triplet: 37, 79 and 19. RGB value is (55,121,25). Sum of RGB (Red+Green+Blue) = 55+121+25=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #377919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377919 is #C886E6. Grayscale: #5A5A5A. Windows color (decimal): -13141735 or 1669431. OLE color: 1669431.

HSL color Cylindrical-coordinate representation of color #377919: hue angle of 101.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #377919 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB5512125-
CMYK0.5500.790.53
HSL101.25º65.75%28.63%-
HSV(B)101.25º79.34%47.45%-
XYZ8.5914.563.28-
YUV90.3291.13102.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 121 (47.66% from 255) = 60.20%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=27.36%
G=60.20%
B=12.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121250.5500.790.53101.2565.7528.63
Hex3779193704F3565421d
Octal67171316701176514510235
Binary110111111100111001110111010011111101011100101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377919; }

 p { color: rgb(55,121,25); }

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

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

 a { background-color: rgb(55,121,25); }

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

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

 span { border-color: rgb(55,121,25); }

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