Html Css Color HEX #556548 Chalet Green

📋 copy color: '#556548'

red 85 ◦ green 101 ◦ blue 72

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

Shades of Chalet Green #556548

Tints of Chalet Green #556548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 32.95%
G = 39.15%
B = 27.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#556548 (or 0x556548) is known color: Chalet Green. HEX triplet: 55, 65 and 48. RGB value is (85,101,72). Sum of RGB (Red+Green+Blue) = 85+101+72=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #556548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556548 is #AA9AB7. Grayscale: #5D5D5D. Windows color (decimal): -11180728 or 4744533. OLE color: 4744533.

HSL color Cylindrical-coordinate representation of color #556548: hue angle of 93.1º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556548 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 72 -
CMYK 0.16 0 0.29 0.60
HSL 93.1º 0.17% 0.34% -
HSV(B) 93.1º 0.29% 0.4% -
XYZ 9.57 11.71 7.89 -
YUV 92.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 85 101 72 0.16 0 0.29 0.60 93.1 0.17 0.34
Hex 55 65 48 10 0 1D 3C 5D 11 22
Octal 125 145 110 20 0 35 74 135 21 42
Binary 1010101 1100101 1001000 10000 0 11101 111100 1011101 10001 100010

Color Harmonies of #556548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556548

Black with #556548

Text Example


Text Example

White with #556548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556548; }

 p { color: rgb(85,101,72); }

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

background-color css

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

 a { background-color: rgb(85,101,72); }

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

border-color css

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

 span { border-color: rgb(85,101,72); }

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