#5D7352

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

Shades of Cactus #5D7352

Tints of Cactus #5D7352

Color information

#5D7352 (or 0x5D7352) is unknown color: approx Cactus. HEX triplet: 5D, 73 and 52. RGB value is (93,115,82). Sum of RGB (Red+Green+Blue) = 93+115+82=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7352 is #A28CAD. Grayscale: #686868. Windows color (decimal): -10652846 or 5403485. OLE color: 5403485.

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

Color convert

RGB9311582-
CMYK0.1900.290.55
HSL100º16.75%38.63%-
HSV(B)100º28.7%45.1%-
XYZ12.1715.210.27-
YUV104.66115.21119.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.07%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=32.07%
G=39.66%
B=28.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115820.1900.290.5510016.7538.63
Hex5D73521301D37641127
Octal13516312223035671442147
Binary10111011110011101001010011011101110111110010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7352; }

 p { color: rgb(93,115,82); }

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

<style>
 a { background-color: #5D7352; }

 a { background-color: rgb(93,115,82); }

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

<style>
 span { border-color: #5D7352; }

 span { border-color: rgb(93,115,82); }

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