#5A735A

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

Shades of Cactus #5A735A

Tints of Cactus #5A735A

Color information

#5A735A (or 0x5A735A) is unknown color: approx Cactus. HEX triplet: 5A, 73 and 5A. RGB value is (90,115,90). Sum of RGB (Red+Green+Blue) = 90+115+90=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #5A735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A735A is #A58CA5. Grayscale: #686868. Windows color (decimal): -10849446 or 5927770. OLE color: 5927770.

HSL color Cylindrical-coordinate representation of color #5A735A: hue angle of 120º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A735A is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB9011590-
CMYK0.2200.220.55
HSL120º12.2%40.2%-
HSV(B)120º21.74%45.1%-
XYZ12.1915.1711.96-
YUV104.68119.72117.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=30.51%
G=38.98%
B=30.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115900.2200.220.5512012.240.2
Hex5A735A160163778c28
Octal13216313226026671701450
Binary1011010111001110110101011001011011011111110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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