#52724E

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

Shades of Cactus #52724E

Tints of Cactus #52724E

Color information

#52724E (or 0x52724E) is unknown color: approx Cactus. HEX triplet: 52, 72 and 4E. RGB value is (82,114,78). Sum of RGB (Red+Green+Blue) = 82+114+78=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #52724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52724E is #AD8DB1. Grayscale: #646464. Windows color (decimal): -11374002 or 5141074. OLE color: 5141074.

HSL color Cylindrical-coordinate representation of color #52724E: hue angle of 113.33º 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 #52724E is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB8211478-
CMYK0.2800.320.55
HSL113.33º18.75%37.65%-
HSV(B)113.33º31.58%44.71%-
XYZ10.8714.389.41-
YUV100.33115.4114.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=29.93%
G=41.61%
B=28.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114780.2800.320.55113.3318.7537.65
Hex52724E1C02037711326
Octal12216211634040671612346
Binary101001011100101001110111000100000110111111000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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