Html Css Color HEX #556441 Chalet Green

📋 copy color: '#556441'

red 85 ◦ green 100 ◦ blue 65

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

Shades of Chalet Green #556441

Tints of Chalet Green #556441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

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

R = 34%
G = 40%
B = 26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#556441 (or 0x556441) is known color: Chalet Green. HEX triplet: 55, 64 and 41. RGB value is (85,100,65). Sum of RGB (Red+Green+Blue) = 85+100+65=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #556441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556441 is #AA9BBE. Grayscale: #5B5B5B. Windows color (decimal): -11180991 or 4285525. OLE color: 4285525.

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

Color convert

RGB 85 100 65 -
CMYK 0.15 0 0.35 0.61
HSL 85.71º 0.21% 0.32% -
HSV(B) 85.71º 0.35% 0.39% -
XYZ 9.26 11.43 6.72 -
YUV 91.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 85 100 65 0.15 0 0.35 0.61 85.71 0.21 0.32
Hex 55 64 41 F 0 23 3D 56 15 20
Octal 125 144 101 17 0 43 75 126 25 40
Binary 1010101 1100100 1000001 1111 0 100011 111101 1010110 10101 100000

Color Harmonies of #556441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556441

Black with #556441

Text Example


Text Example

White with #556441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556441; }

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

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

background-color css

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

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

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

border-color css

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

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

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