Html Css Color HEX #556546 Chalet Green

📋 copy color: '#556546'

red 85 ◦ green 101 ◦ blue 70

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

Shades of Chalet Green #556546

Tints of Chalet Green #556546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 33.2%
G = 39.45%
B = 27.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#556546 (or 0x556546) is known color: Chalet Green. HEX triplet: 55, 65 and 46. RGB value is (85,101,70). Sum of RGB (Red+Green+Blue) = 85+101+70=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #556546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556546 is #AA9AB9. Grayscale: #5C5C5C. Windows color (decimal): -11180730 or 4613461. OLE color: 4613461.

HSL color Cylindrical-coordinate representation of color #556546: hue angle of 90.97º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556546 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 70 -
CMYK 0.16 0 0.31 0.60
HSL 90.97º 0.18% 0.34% -
HSV(B) 90.97º 0.31% 0.4% -
XYZ 9.51 11.68 7.55 -
YUV 92.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 85 101 70 0.16 0 0.31 0.60 90.97 0.18 0.34
Hex 55 65 46 10 0 1F 3C 5B 12 22
Octal 125 145 106 20 0 37 74 133 22 42
Binary 1010101 1100101 1000110 10000 0 11111 111100 1011011 10010 100010

Color Harmonies of #556546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556546

Black with #556546

Text Example


Text Example

White with #556546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556546; }

 p { color: rgb(85,101,70); }

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

background-color css

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

 a { background-color: rgb(85,101,70); }

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

border-color css

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

 span { border-color: rgb(85,101,70); }

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