Html Css Color HEX #557539 Chalet Green

📋 copy color: '#557539'

red 85 ◦ green 117 ◦ blue 57

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

Shades of Chalet Green #557539

Tints of Chalet Green #557539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 32.82%
G = 45.17%
B = 22.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#557539 (or 0x557539) is known color: Chalet Green. HEX triplet: 55, 75 and 39. RGB value is (85,117,57). Sum of RGB (Red+Green+Blue) = 85+117+57=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #557539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557539 is #AA8AC6. Grayscale: #646464. Windows color (decimal): -11176647 or 3765589. OLE color: 3765589.

HSL color Cylindrical-coordinate representation of color #557539: hue angle of 92º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557539 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 57 -
CMYK 0.27 0 0.51 0.54
HSL 92º 0.34% 0.34% -
HSV(B) 92º 0.51% 0.46% -
XYZ 10.85 14.95 6.18 -
YUV 100.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 85 117 57 0.27 0 0.51 0.54 92 0.34 0.34
Hex 55 75 39 1B 0 33 36 5C 22 22
Octal 125 165 71 33 0 63 66 134 42 42
Binary 1010101 1110101 111001 11011 0 110011 110110 1011100 100010 100010

Color Harmonies of #557539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557539

Black with #557539

Text Example


Text Example

White with #557539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557539; }

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

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

background-color css

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

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

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

border-color css

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

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

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