Html Css Color HEX #557043 Chalet Green

📋 copy color: '#557043'

red 85 ◦ green 112 ◦ blue 67

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

Shades of Chalet Green #557043

Tints of Chalet Green #557043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 32.2%
G = 42.42%
B = 25.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#557043 (or 0x557043) is known color: Chalet Green. HEX triplet: 55, 70 and 43. RGB value is (85,112,67). Sum of RGB (Red+Green+Blue) = 85+112+67=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #557043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557043 is #AA8FBC. Grayscale: #626262. Windows color (decimal): -11177917 or 4419669. OLE color: 4419669.

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

Color convert

RGB 85 112 67 -
CMYK 0.24 0 0.40 0.56
HSL 96º 0.25% 0.35% -
HSV(B) 96º 0.4% 0.44% -
XYZ 10.55 13.92 7.44 -
YUV 98.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 85 112 67 0.24 0 0.40 0.56 96 0.25 0.35
Hex 55 70 43 18 0 28 38 60 19 23
Octal 125 160 103 30 0 50 70 140 31 43
Binary 1010101 1110000 1000011 11000 0 101000 111000 1100000 11001 100011

Color Harmonies of #557043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557043

Black with #557043

Text Example


Text Example

White with #557043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557043; }

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

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

background-color css

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

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

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

border-color css

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

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

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