#5A7952

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

Shades of Cactus #5A7952

Tints of Cactus #5A7952

Color information

#5A7952 (or 0x5A7952) is unknown color: approx Cactus. HEX triplet: 5A, 79 and 52. RGB value is (90,121,82). Sum of RGB (Red+Green+Blue) = 90+121+82=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7952 is #A586AD. Grayscale: #6B6B6B. Windows color (decimal): -10847918 or 5405018. OLE color: 5405018.

HSL color Cylindrical-coordinate representation of color #5A7952: hue angle of 107.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A7952 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9012182-
CMYK0.2600.320.53
HSL107.69º19.21%39.8%-
HSV(B)107.69º32.23%47.45%-
XYZ12.5816.4610.5-
YUV107.28113.73115.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=30.72%
G=41.30%
B=27.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121820.2600.320.53107.6919.2139.8
Hex5A79521A020356c1328
Octal13217112232040651542350
Binary101101011110011010010110100100000110101110110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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