#377B20

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

Shades of Bilbao #377B20

Tints of Bilbao #377B20

Color information

#377B20 (or 0x377B20) is unknown color: approx Bilbao. HEX triplet: 37, 7B and 20. RGB value is (55,123,32). Sum of RGB (Red+Green+Blue) = 55+123+32=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #377B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B20 is #C884DF. Grayscale: #5C5C5C. Windows color (decimal): -13141216 or 2128695. OLE color: 2128695.

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

Color convert

RGB5512332-
CMYK0.5500.740.52
HSL104.84º58.71%30.39%-
HSV(B)104.84º73.98%48.24%-
XYZ8.9215.083.81-
YUV92.2993.97101.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=26.19%
G=58.57%
B=15.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55123320.5500.740.52104.8458.7130.39
Hex377B203704A34693b1e
Octal6717340670112641517336
Binary110111111101110000011011101001010110100110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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