#556E4B

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

Shades of Cactus #556E4B

Tints of Cactus #556E4B

Color information

#556E4B (or 0x556E4B) is unknown color: approx Cactus. HEX triplet: 55, 6E and 4B. RGB value is (85,110,75). Sum of RGB (Red+Green+Blue) = 85+110+75=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 110 - color contains mainly: green. Hex color #556E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E4B is #AA91B4. Grayscale: #626262. Windows color (decimal): -11178421 or 4943445. OLE color: 4943445.

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

Color convert

RGB8511075-
CMYK0.2300.320.57
HSL102.86º18.92%36.27%-
HSV(B)102.86º31.82%43.14%-
XYZ10.5913.598.72-
YUV98.53114.72118.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=31.48%
G=40.74%
B=27.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110750.2300.320.57102.8618.9236.27
Hex556E4B1702039671324
Octal12515611327040711472344
Binary101010111011101001011101110100000111001110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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