Html Css Color HEX #556349 Chalet Green

📋 copy color: '#556349'

red 85 ◦ green 99 ◦ blue 73

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

Shades of Chalet Green #556349

Tints of Chalet Green #556349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 33.07%
G = 38.52%
B = 28.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#556349 (or 0x556349) is known color: Chalet Green. HEX triplet: 55, 63 and 49. RGB value is (85,99,73). Sum of RGB (Red+Green+Blue) = 85+99+73=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #556349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556349 is #AA9CB6. Grayscale: #5B5B5B. Windows color (decimal): -11181239 or 4809557. OLE color: 4809557.

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

Color convert

RGB 85 99 73 -
CMYK 0.14 0 0.26 0.61
HSL 92.31º 0.15% 0.34% -
HSV(B) 92.31º 0.26% 0.39% -
XYZ 9.41 11.34 8 -
YUV 91.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 85 99 73 0.14 0 0.26 0.61 92.31 0.15 0.34
Hex 55 63 49 E 0 1A 3D 5C F 22
Octal 125 143 111 16 0 32 75 134 17 42
Binary 1010101 1100011 1001001 1110 0 11010 111101 1011100 1111 100010

Color Harmonies of #556349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556349

Black with #556349

Text Example


Text Example

White with #556349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556349; }

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

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

background-color css

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

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

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

border-color css

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

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

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