#53704C

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

Shades of Cactus #53704C

Tints of Cactus #53704C

Color information

#53704C (or 0x53704C) is unknown color: approx Cactus. HEX triplet: 53, 70 and 4C. RGB value is (83,112,76). Sum of RGB (Red+Green+Blue) = 83+112+76=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #53704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53704C is #AC8FB3. Grayscale: #636363. Windows color (decimal): -11308980 or 5009491. OLE color: 5009491.

HSL color Cylindrical-coordinate representation of color #53704C: hue angle of 108.33º 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 #53704C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8311276-
CMYK0.2600.320.56
HSL108.33º19.15%36.86%-
HSV(B)108.33º32.14%43.92%-
XYZ10.6713.958.97-
YUV99.22114.89116.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=30.63%
G=41.33%
B=28.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83112760.2600.320.56108.3319.1536.86
Hex53704C1A020386c1325
Octal12316011432040701542345
Binary101001111100001001100110100100000111000110110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53704C; }

 p { color: rgb(83,112,76); }

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

<style>
 a { background-color: #53704C; }

 a { background-color: rgb(83,112,76); }

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

<style>
 span { border-color: #53704C; }

 span { border-color: rgb(83,112,76); }

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