#52704E

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

Shades of Cactus #52704E

Tints of Cactus #52704E

Color information

#52704E (or 0x52704E) is unknown color: approx Cactus. HEX triplet: 52, 70 and 4E. RGB value is (82,112,78). Sum of RGB (Red+Green+Blue) = 82+112+78=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #52704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52704E is #AD8FB1. Grayscale: #636363. Windows color (decimal): -11374514 or 5140562. OLE color: 5140562.

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

Color convert

RGB8211278-
CMYK0.2700.300.56
HSL112.94º17.89%37.25%-
HSV(B)112.94º30.36%43.92%-
XYZ10.6513.939.34-
YUV99.15116.06115.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=30.15%
G=41.18%
B=28.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112780.2700.300.56112.9417.8937.25
Hex52704E1B01E38711225
Octal12216011633036701612245
Binary10100101110000100111011011011110111000111000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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