#37742C

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

Shades of Bilbao #37742C

Tints of Bilbao #37742C

Color information

#37742C (or 0x37742C) is unknown color: approx Bilbao. HEX triplet: 37, 74 and 2C. RGB value is (55,116,44). Sum of RGB (Red+Green+Blue) = 55+116+44=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #37742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37742C is #C88BD3. Grayscale: #595959. Windows color (decimal): -13142996 or 2913335. OLE color: 2913335.

HSL color Cylindrical-coordinate representation of color #37742C: hue angle of 110.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37742C is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB5511644-
CMYK0.5300.620.55
HSL110.83º45%31.37%-
HSV(B)110.83º62.07%45.49%-
XYZ8.2813.484.55-
YUV89.55102.29103.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=25.58%
G=53.95%
B=20.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116440.5300.620.55110.834531.37
Hex37742C3503E376f2d1f
Octal671645465076671575537
Binary11011111101001011001101010111110110111110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37742C; }

 p { color: rgb(55,116,44); }

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

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

 a { background-color: rgb(55,116,44); }

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

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

 span { border-color: rgb(55,116,44); }

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