#56734B

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

Shades of Cactus #56734B

Tints of Cactus #56734B

Color information

#56734B (or 0x56734B) is unknown color: approx Cactus. HEX triplet: 56, 73 and 4B. RGB value is (86,115,75). Sum of RGB (Red+Green+Blue) = 86+115+75=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #56734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56734B is #A98CB4. Grayscale: #656565. Windows color (decimal): -11111605 or 4944726. OLE color: 4944726.

HSL color Cylindrical-coordinate representation of color #56734B: hue angle of 103.5º 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 #56734B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB8611575-
CMYK0.2500.350.55
HSL103.5º21.05%37.25%-
HSV(B)103.5º34.78%45.1%-
XYZ11.2414.758.91-
YUV101.77112.89116.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=31.16%
G=41.67%
B=27.17%

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
Decimal86115750.2500.350.55103.521.0537.25
Hex56734B1902337681525
Octal12616311331043671502545
Binary101011011100111001011110010100011110111110100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56734B; }

 p { color: rgb(86,115,75); }

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

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

 a { background-color: rgb(86,115,75); }

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

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

 span { border-color: rgb(86,115,75); }

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