Html Css Color HEX #557039 Chalet Green

📋 copy color: '#557039'

red 85 ◦ green 112 ◦ blue 57

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

Shades of Chalet Green #557039

Tints of Chalet Green #557039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 33.46%
G = 44.09%
B = 22.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#557039 (or 0x557039) is known color: Chalet Green. HEX triplet: 55, 70 and 39. RGB value is (85,112,57). Sum of RGB (Red+Green+Blue) = 85+112+57=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #557039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557039 is #AA8FC6. Grayscale: #616161. Windows color (decimal): -11177927 or 3764309. OLE color: 3764309.

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

Color convert

RGB 85 112 57 -
CMYK 0.24 0 0.49 0.56
HSL 89.45º 0.33% 0.33% -
HSV(B) 89.45º 0.49% 0.44% -
XYZ 10.28 13.82 6 -
YUV 97.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 85 112 57 0.24 0 0.49 0.56 89.45 0.33 0.33
Hex 55 70 39 18 0 31 38 59 21 21
Octal 125 160 71 30 0 61 70 131 41 41
Binary 1010101 1110000 111001 11000 0 110001 111000 1011001 100001 100001

Color Harmonies of #557039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557039

Black with #557039

Text Example


Text Example

White with #557039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557039; }

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

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

background-color css

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

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

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

border-color css

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

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

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