Html Css Color HEX #557339 Chalet Green

📋 copy color: '#557339'

red 85 ◦ green 115 ◦ blue 57

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

Shades of Chalet Green #557339

Tints of Chalet Green #557339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 33.07%
G = 44.75%
B = 22.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#557339 (or 0x557339) is known color: Chalet Green. HEX triplet: 55, 73 and 39. RGB value is (85,115,57). Sum of RGB (Red+Green+Blue) = 85+115+57=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #557339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557339 is #AA8CC6. Grayscale: #636363. Windows color (decimal): -11177159 or 3765077. OLE color: 3765077.

HSL color Cylindrical-coordinate representation of color #557339: hue angle of 91.03º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557339 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 57 -
CMYK 0.26 0 0.50 0.55
HSL 91.03º 0.34% 0.34% -
HSV(B) 91.03º 0.5% 0.45% -
XYZ 10.62 14.49 6.11 -
YUV 99.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 85 115 57 0.26 0 0.50 0.55 91.03 0.34 0.34
Hex 55 73 39 1A 0 32 37 5B 22 22
Octal 125 163 71 32 0 62 67 133 42 42
Binary 1010101 1110011 111001 11010 0 110010 110111 1011011 100010 100010

Color Harmonies of #557339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557339

Black with #557339

Text Example


Text Example

White with #557339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557339; }

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

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

background-color css

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

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

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

border-color css

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

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

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