Html Css Color HEX #556249 Chalet Green

📋 copy color: '#556249'

red 85 ◦ green 98 ◦ blue 73

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

Shades of Chalet Green #556249

Tints of Chalet Green #556249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 33.2%
G = 38.28%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#556249 (or 0x556249) is known color: Chalet Green. HEX triplet: 55, 62 and 49. RGB value is (85,98,73). Sum of RGB (Red+Green+Blue) = 85+98+73=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #556249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556249 is #AA9DB6. Grayscale: #5B5B5B. Windows color (decimal): -11181495 or 4809301. OLE color: 4809301.

HSL color Cylindrical-coordinate representation of color #556249: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556249 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 73 -
CMYK 0.13 0 0.26 0.62
HSL 91.2º 0.15% 0.34% -
HSV(B) 91.2º 0.26% 0.38% -
XYZ 9.32 11.15 7.96 -
YUV 91.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 85 98 73 0.13 0 0.26 0.62 91.2 0.15 0.34
Hex 55 62 49 D 0 1A 3E 5B F 22
Octal 125 142 111 15 0 32 76 133 17 42
Binary 1010101 1100010 1001001 1101 0 11010 111110 1011011 1111 100010

Color Harmonies of #556249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556249

Black with #556249

Text Example


Text Example

White with #556249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556249; }

 p { color: rgb(85,98,73); }

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

background-color css

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

 a { background-color: rgb(85,98,73); }

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

border-color css

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

 span { border-color: rgb(85,98,73); }

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