Html Css Color HEX #556240 Chalet Green

📋 copy color: '#556240'

red 85 ◦ green 98 ◦ blue 64

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

Shades of Chalet Green #556240

Tints of Chalet Green #556240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 34.41%
G = 39.68%
B = 25.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#556240 (or 0x556240) is known color: Chalet Green. HEX triplet: 55, 62 and 40. RGB value is (85,98,64). Sum of RGB (Red+Green+Blue) = 85+98+64=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #556240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556240 is #AA9DBF. Grayscale: #5A5A5A. Windows color (decimal): -11181504 or 4219477. OLE color: 4219477.

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

Color convert

RGB 85 98 64 -
CMYK 0.13 0 0.35 0.62
HSL 82.94º 0.21% 0.32% -
HSV(B) 82.94º 0.35% 0.38% -
XYZ 9.04 11.04 6.5 -
YUV 90.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 85 98 64 0.13 0 0.35 0.62 82.94 0.21 0.32
Hex 55 62 40 D 0 23 3E 53 15 20
Octal 125 142 100 15 0 43 76 123 25 40
Binary 1010101 1100010 1000000 1101 0 100011 111110 1010011 10101 100000

Color Harmonies of #556240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556240

Black with #556240

Text Example


Text Example

White with #556240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556240; }

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

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

background-color css

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

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

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

border-color css

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

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

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