Html Css Color HEX #557037 Chalet Green

📋 copy color: '#557037'

red 85 ◦ green 112 ◦ blue 55

#557037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #557037

Tints of Chalet Green #557037

RGB

 RED value IS 85 (33.59% from 255) = 33.73%

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 33.73%
G = 44.44%
B = 21.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#557037 (or 0x557037) is known color: Chalet Green. HEX triplet: 55, 70 and 37. RGB value is (85,112,55). Sum of RGB (Red+Green+Blue) = 85+112+55=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #557037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557037 is #AA8FC8. Grayscale: #616161. Windows color (decimal): -11177929 or 3633237. OLE color: 3633237.

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

Color convert

RGB 85 112 55 -
CMYK 0.24 0 0.51 0.56
HSL 88.42º 0.34% 0.33% -
HSV(B) 88.42º 0.51% 0.44% -
XYZ 10.23 13.8 5.74 -
YUV 97.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 85 112 55 0.24 0 0.51 0.56 88.42 0.34 0.33
Hex 55 70 37 18 0 33 38 58 22 21
Octal 125 160 67 30 0 63 70 130 42 41
Binary 1010101 1110000 110111 11000 0 110011 111000 1011000 100010 100001

Color Harmonies of #557037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557037

Black with #557037

Text Example


Text Example

White with #557037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557037; }

 p { color: rgb(85,112,55); }

 H1.HeaderClassName
 {
   color: #557037;
 }
 .AnyTagClassName
 {
   color: #557037;
 }
</style>

background-color css

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

 a { background-color: rgb(85,112,55); }

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

border-color css

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

 span { border-color: rgb(85,112,55); }

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