#52744F

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

Shades of Cactus #52744F

Tints of Cactus #52744F

Color information

#52744F (or 0x52744F) is unknown color: approx Cactus. HEX triplet: 52, 74 and 4F. RGB value is (82,116,79). Sum of RGB (Red+Green+Blue) = 82+116+79=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #52744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52744F is #AD8BB0. Grayscale: #656565. Windows color (decimal): -11373489 or 5207122. OLE color: 5207122.

HSL color Cylindrical-coordinate representation of color #52744F: hue angle of 115.14º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52744F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB8211679-
CMYK0.2900.320.55
HSL115.14º18.97%38.24%-
HSV(B)115.14º31.9%45.49%-
XYZ11.1414.859.68-
YUV101.62115.24114.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=29.60%
G=41.88%
B=28.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116790.2900.320.55115.1418.9738.24
Hex52744F1D02037731326
Octal12216411735040671632346
Binary101001011101001001111111010100000110111111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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