Html Css Color HEX #556241 Chalet Green

📋 copy color: '#556241'

red 85 ◦ green 98 ◦ blue 65

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

Shades of Chalet Green #556241

Tints of Chalet Green #556241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 34.27%
G = 39.52%
B = 26.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#556241 (or 0x556241) is known color: Chalet Green. HEX triplet: 55, 62 and 41. RGB value is (85,98,65). Sum of RGB (Red+Green+Blue) = 85+98+65=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #556241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556241 is #AA9DBE. Grayscale: #5A5A5A. Windows color (decimal): -11181503 or 4285013. OLE color: 4285013.

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

Color convert

RGB 85 98 65 -
CMYK 0.13 0 0.34 0.62
HSL 83.64º 0.2% 0.32% -
HSV(B) 83.64º 0.34% 0.38% -
XYZ 9.07 11.05 6.66 -
YUV 90.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 85 98 65 0.13 0 0.34 0.62 83.64 0.2 0.32
Hex 55 62 41 D 0 22 3E 54 14 20
Octal 125 142 101 15 0 42 76 124 24 40
Binary 1010101 1100010 1000001 1101 0 100010 111110 1010100 10100 100000

Color Harmonies of #556241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556241

Black with #556241

Text Example


Text Example

White with #556241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556241; }

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

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

background-color css

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

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

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

border-color css

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

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

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