#53714D

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

Shades of Cactus #53714D

Tints of Cactus #53714D

Color information

#53714D (or 0x53714D) is unknown color: approx Cactus. HEX triplet: 53, 71 and 4D. RGB value is (83,113,77). Sum of RGB (Red+Green+Blue) = 83+113+77=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #53714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53714D is #AC8EB2. Grayscale: #646464. Windows color (decimal): -11308723 or 5075283. OLE color: 5075283.

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

Color convert

RGB8311377-
CMYK0.2700.320.56
HSL110º18.95%37.25%-
HSV(B)110º31.86%44.31%-
XYZ10.8114.199.19-
YUV99.93115.06115.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=30.40%
G=41.39%
B=28.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113770.2700.320.5611018.9537.25
Hex53714D1B020386e1325
Octal12316111533040701562345
Binary101001111100011001101110110100000111000110111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,113,77); }

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

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

 a { background-color: rgb(83,113,77); }

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

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

 span { border-color: rgb(83,113,77); }

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