#5A7352

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

Shades of Cactus #5A7352

Tints of Cactus #5A7352

Color information

#5A7352 (or 0x5A7352) is unknown color: approx Cactus. HEX triplet: 5A, 73 and 52. RGB value is (90,115,82). Sum of RGB (Red+Green+Blue) = 90+115+82=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7352 is #A58CAD. Grayscale: #676767. Windows color (decimal): -10849454 or 5403482. OLE color: 5403482.

HSL color Cylindrical-coordinate representation of color #5A7352: hue angle of 105.45º 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 #5A7352 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB9011582-
CMYK0.2200.290.55
HSL105.45º16.75%38.63%-
HSV(B)105.45º28.7%45.1%-
XYZ11.8715.0410.26-
YUV103.76115.72118.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=31.36%
G=40.07%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115820.2200.290.55105.4516.7538.63
Hex5A73521601D37691127
Octal13216312226035671512147
Binary10110101110011101001010110011101110111110100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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