Html Css Color HEX #557241 Chalet Green

📋 copy color: '#557241'

red 85 ◦ green 114 ◦ blue 65

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

Shades of Chalet Green #557241

Tints of Chalet Green #557241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 32.2%
G = 43.18%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#557241 (or 0x557241) is known color: Chalet Green. HEX triplet: 55, 72 and 41. RGB value is (85,114,65). Sum of RGB (Red+Green+Blue) = 85+114+65=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #557241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557241 is #AA8DBE. Grayscale: #636363. Windows color (decimal): -11177407 or 4289109. OLE color: 4289109.

HSL color Cylindrical-coordinate representation of color #557241: hue angle of 95.51º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557241 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 65 -
CMYK 0.25 0 0.43 0.55
HSL 95.51º 0.27% 0.35% -
HSV(B) 95.51º 0.43% 0.45% -
XYZ 10.72 14.35 7.21 -
YUV 99.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 85 114 65 0.25 0 0.43 0.55 95.51 0.27 0.35
Hex 55 72 41 19 0 2B 37 60 1B 23
Octal 125 162 101 31 0 53 67 140 33 43
Binary 1010101 1110010 1000001 11001 0 101011 110111 1100000 11011 100011

Color Harmonies of #557241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557241

Black with #557241

Text Example


Text Example

White with #557241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557241; }

 p { color: rgb(85,114,65); }

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

background-color css

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

 a { background-color: rgb(85,114,65); }

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

border-color css

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

 span { border-color: rgb(85,114,65); }

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