#377120

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

Shades of Bilbao #377120

Tints of Bilbao #377120

Color information

#377120 (or 0x377120) is unknown color: approx Bilbao. HEX triplet: 37, 71 and 20. RGB value is (55,113,32). Sum of RGB (Red+Green+Blue) = 55+113+32=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #377120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377120 is #C88EDF. Grayscale: #565656. Windows color (decimal): -13143776 or 2126135. OLE color: 2126135.

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

Color convert

RGB5511332-
CMYK0.5100.720.56
HSL102.96º55.86%28.43%-
HSV(B)102.96º71.68%44.31%-
XYZ7.7412.733.41-
YUV86.4297.28105.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=27.5%
G=56.5%
B=16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113320.5100.720.56102.9655.8628.43
Hex377120330483867381c
Octal6716140630110701477034
Binary110111111000110000011001101001000111000110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377120; }

 p { color: rgb(55,113,32); }

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

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

 a { background-color: rgb(55,113,32); }

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

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

 span { border-color: rgb(55,113,32); }

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