#56724A

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

Shades of Cactus #56724A

Tints of Cactus #56724A

Color information

#56724A (or 0x56724A) is unknown color: approx Cactus. HEX triplet: 56, 72 and 4A. RGB value is (86,114,74). Sum of RGB (Red+Green+Blue) = 86+114+74=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #56724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56724A is #A98DB5. Grayscale: #656565. Windows color (decimal): -11111862 or 4878934. OLE color: 4878934.

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

Color convert

RGB8611474-
CMYK0.2500.350.55
HSL102º21.28%36.86%-
HSV(B)102º35.09%44.71%-
XYZ11.0914.518.69-
YUV101.07112.72117.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=31.39%
G=41.61%
B=27.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114740.2500.350.5510221.2836.86
Hex56724A1902337661525
Octal12616211231043671462545
Binary101011011100101001010110010100011110111110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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