#556E4D

Color #556E4D Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #556E4D

Tints of Cactus #556E4D

Color information

#556E4D (or 0x556E4D) is unknown color: approx Cactus. HEX triplet: 55, 6E and 4D. RGB value is (85,110,77). Sum of RGB (Red+Green+Blue) = 85+110+77=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 110 - color contains mainly: green. Hex color #556E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E4D is #AA91B2. Grayscale: #626262. Windows color (decimal): -11178419 or 5074517. OLE color: 5074517.

HSL color Cylindrical-coordinate representation of color #556E4D: hue angle of 105.45º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556E4D is Cyan = 0.23, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB8511077-
CMYK0.2300.30.57
HSL105.45º17.65%36.67%-
HSV(B)105.45º30%43.14%-
XYZ10.6613.629.09-
YUV98.76115.72118.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=31.25%
G=40.44%
B=28.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110770.2300.30.57105.4517.6536.67
Hex556E4D1701E39691225
Octal12515611527036711512245
Binary10101011101110100110110111011110111001110100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E4D; }

 p { color: rgb(85,110,77); }

 H1.HeaderClassName
 {
   color: #556E4D;
 }
 .AnyTagClassName
 {
   color: #556E4D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,110,77); }

 div.DivClassName
 {
   background-color: #556E4D;
 }
 .BgClassName
 {
   background-color: #556E4D;
 }
</style>
border-color css

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

 span { border-color: rgb(85,110,77); }

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