Html Css Color HEX #556245 Chalet Green

📋 copy color: '#556245'

red 85 ◦ green 98 ◦ blue 69

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

Shades of Chalet Green #556245

Tints of Chalet Green #556245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 33.73%
G = 38.89%
B = 27.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#556245 (or 0x556245) is known color: Chalet Green. HEX triplet: 55, 62 and 45. RGB value is (85,98,69). Sum of RGB (Red+Green+Blue) = 85+98+69=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #556245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556245 is #AA9DBA. Grayscale: #5A5A5A. Windows color (decimal): -11181499 or 4547157. OLE color: 4547157.

HSL color Cylindrical-coordinate representation of color #556245: hue angle of 86.9º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556245 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 69 -
CMYK 0.13 0 0.30 0.62
HSL 86.9º 0.17% 0.33% -
HSV(B) 86.9º 0.3% 0.38% -
XYZ 9.19 11.1 7.29 -
YUV 90.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 85 98 69 0.13 0 0.30 0.62 86.9 0.17 0.33
Hex 55 62 45 D 0 1E 3E 57 11 21
Octal 125 142 105 15 0 36 76 127 21 41
Binary 1010101 1100010 1000101 1101 0 11110 111110 1010111 10001 100001

Color Harmonies of #556245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556245

Black with #556245

Text Example


Text Example

White with #556245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556245; }

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

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

background-color css

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

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

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

border-color css

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

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

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