Html Css Color HEX #557042 Chalet Green

📋 copy color: '#557042'

red 85 ◦ green 112 ◦ blue 66

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

Shades of Chalet Green #557042

Tints of Chalet Green #557042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 32.32%
G = 42.59%
B = 25.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#557042 (or 0x557042) is known color: Chalet Green. HEX triplet: 55, 70 and 42. RGB value is (85,112,66). Sum of RGB (Red+Green+Blue) = 85+112+66=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #557042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557042 is #AA8FBD. Grayscale: #626262. Windows color (decimal): -11177918 or 4354133. OLE color: 4354133.

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

Color convert

RGB 85 112 66 -
CMYK 0.24 0 0.41 0.56
HSL 95.22º 0.26% 0.35% -
HSV(B) 95.22º 0.41% 0.44% -
XYZ 10.52 13.91 7.29 -
YUV 98.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 85 112 66 0.24 0 0.41 0.56 95.22 0.26 0.35
Hex 55 70 42 18 0 29 38 5F 1A 23
Octal 125 160 102 30 0 51 70 137 32 43
Binary 1010101 1110000 1000010 11000 0 101001 111000 1011111 11010 100011

Color Harmonies of #557042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557042

Black with #557042

Text Example


Text Example

White with #557042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557042; }

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

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

background-color css

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

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

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

border-color css

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

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

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