Html Css Color HEX #556146 Chalet Green

📋 copy color: '#556146'

red 85 ◦ green 97 ◦ blue 70

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

Shades of Chalet Green #556146

Tints of Chalet Green #556146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

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

R = 33.73%
G = 38.49%
B = 27.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#556146 (or 0x556146) is known color: Chalet Green. HEX triplet: 55, 61 and 46. RGB value is (85,97,70). Sum of RGB (Red+Green+Blue) = 85+97+70=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #556146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556146 is #AA9EB9. Grayscale: #5A5A5A. Windows color (decimal): -11181754 or 4612437. OLE color: 4612437.

HSL color Cylindrical-coordinate representation of color #556146: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556146 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 70 -
CMYK 0.12 0 0.28 0.62
HSL 86.67º 0.16% 0.33% -
HSV(B) 86.67º 0.28% 0.38% -
XYZ 9.13 10.92 7.42 -
YUV 90.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 85 97 70 0.12 0 0.28 0.62 86.67 0.16 0.33
Hex 55 61 46 C 0 1C 3E 57 10 21
Octal 125 141 106 14 0 34 76 127 20 41
Binary 1010101 1100001 1000110 1100 0 11100 111110 1010111 10000 100001

Color Harmonies of #556146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556146

Black with #556146

Text Example


Text Example

White with #556146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556146; }

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

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

background-color css

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

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

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

border-color css

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

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

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