#37712A

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

Shades of Bilbao #37712A

Tints of Bilbao #37712A

Color information

#37712A (or 0x37712A) is unknown color: approx Bilbao. HEX triplet: 37, 71 and 2A. RGB value is (55,113,42). Sum of RGB (Red+Green+Blue) = 55+113+42=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #37712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37712A is #C88ED5. Grayscale: #575757. Windows color (decimal): -13143766 or 2781495. OLE color: 2781495.

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

Color convert

RGB5511342-
CMYK0.5100.630.56
HSL109.01º45.81%30.39%-
HSV(B)109.01º62.83%44.31%-
XYZ7.912.794.24-
YUV87.56102.28104.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 113 (44.53% from 255) = 53.81%
BLUE value IS 42 (16.80% from 255) = 20%
R=26.19%
G=53.81%
B=20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113420.5100.630.56109.0145.8130.39
Hex37712A3303F386d2e1e
Octal671615263077701555636
Binary11011111100011010101100110111111111000110110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37712A; }

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

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

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

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

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

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

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

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