#377C20

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

Shades of Bilbao #377C20

Tints of Bilbao #377C20

Color information

#377C20 (or 0x377C20) is unknown color: approx Bilbao. HEX triplet: 37, 7C and 20. RGB value is (55,124,32). Sum of RGB (Red+Green+Blue) = 55+124+32=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #377C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C20 is #C883DF. Grayscale: #5D5D5D. Windows color (decimal): -13140960 or 2128951. OLE color: 2128951.

HSL color Cylindrical-coordinate representation of color #377C20: hue angle of 105º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377C20 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB5512432-
CMYK0.5600.740.51
HSL105º58.97%30.59%-
HSV(B)105º74.19%48.63%-
XYZ9.0415.333.85-
YUV92.8893.64100.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=26.07%
G=58.77%
B=15.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55124320.5600.740.5110558.9730.59
Hex377C203804A33693b1f
Octal6717440700112631517337
Binary110111111110010000011100001001010110011110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377C20; }

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

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

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

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

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

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

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

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