#52704D

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

Shades of Cactus #52704D

Tints of Cactus #52704D

Color information

#52704D (or 0x52704D) is unknown color: approx Cactus. HEX triplet: 52, 70 and 4D. RGB value is (82,112,77). Sum of RGB (Red+Green+Blue) = 82+112+77=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #52704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52704D is #AD8FB2. Grayscale: #636363. Windows color (decimal): -11374515 or 5075026. OLE color: 5075026.

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

Color convert

RGB8211277-
CMYK0.2700.310.56
HSL111.43º18.52%37.06%-
HSV(B)111.43º31.25%43.92%-
XYZ10.6113.929.15-
YUV99.04115.56115.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=30.26%
G=41.33%
B=28.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112770.2700.310.56111.4318.5237.06
Hex52704D1B01F386f1325
Octal12216011533037701572345
Binary10100101110000100110111011011111111000110111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,112,77); }

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

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

 a { background-color: rgb(82,112,77); }

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

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

 span { border-color: rgb(82,112,77); }

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