Html Css Color HEX #557240 Chalet Green

📋 copy color: '#557240'

red 85 ◦ green 114 ◦ blue 64

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

Shades of Chalet Green #557240

Tints of Chalet Green #557240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 32.32%
G = 43.35%
B = 24.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#557240 (or 0x557240) is known color: Chalet Green. HEX triplet: 55, 72 and 40. RGB value is (85,114,64). Sum of RGB (Red+Green+Blue) = 85+114+64=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #557240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557240 is #AA8DBF. Grayscale: #636363. Windows color (decimal): -11177408 or 4223573. OLE color: 4223573.

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

Color convert

RGB 85 114 64 -
CMYK 0.25 0 0.44 0.55
HSL 94.8º 0.28% 0.35% -
HSV(B) 94.8º 0.44% 0.45% -
XYZ 10.69 14.34 7.05 -
YUV 99.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 85 114 64 0.25 0 0.44 0.55 94.8 0.28 0.35
Hex 55 72 40 19 0 2C 37 5F 1C 23
Octal 125 162 100 31 0 54 67 137 34 43
Binary 1010101 1110010 1000000 11001 0 101100 110111 1011111 11100 100011

Color Harmonies of #557240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557240

Black with #557240

Text Example


Text Example

White with #557240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557240; }

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

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

background-color css

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

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

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

border-color css

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

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

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