#56724D

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

Shades of Cactus #56724D

Tints of Cactus #56724D

Color information

#56724D (or 0x56724D) is unknown color: approx Cactus. HEX triplet: 56, 72 and 4D. RGB value is (86,114,77). Sum of RGB (Red+Green+Blue) = 86+114+77=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #56724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56724D is #A98DB2. Grayscale: #656565. Windows color (decimal): -11111859 or 5075542. OLE color: 5075542.

HSL color Cylindrical-coordinate representation of color #56724D: hue angle of 105.41º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56724D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB8611477-
CMYK0.2500.320.55
HSL105.41º19.37%37.45%-
HSV(B)105.41º32.46%44.71%-
XYZ11.1914.559.24-
YUV101.41114.22117.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=31.05%
G=41.16%
B=27.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114770.2500.320.55105.4119.3737.45
Hex56724D1902037691325
Octal12616211531040671512345
Binary101011011100101001101110010100000110111110100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56724D; }

 p { color: rgb(86,114,77); }

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

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

 a { background-color: rgb(86,114,77); }

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

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

 span { border-color: rgb(86,114,77); }

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