#52704F

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

Shades of Cactus #52704F

Tints of Cactus #52704F

Color information

#52704F (or 0x52704F) is unknown color: approx Cactus. HEX triplet: 52, 70 and 4F. RGB value is (82,112,79). Sum of RGB (Red+Green+Blue) = 82+112+79=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #52704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52704F is #AD8FB0. Grayscale: #636363. Windows color (decimal): -11374513 or 5206098. OLE color: 5206098.

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

Color convert

RGB8211279-
CMYK0.2700.290.56
HSL114.55º17.28%37.45%-
HSV(B)114.55º29.46%43.92%-
XYZ10.6913.959.53-
YUV99.27116.56115.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=30.04%
G=41.03%
B=28.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112790.2700.290.56114.5517.2837.45
Hex52704F1B01D38731125
Octal12216011733035701632145
Binary10100101110000100111111011011101111000111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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