#5A734D

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

Shades of Cactus #5A734D

Tints of Cactus #5A734D

Color information

#5A734D (or 0x5A734D) is unknown color: approx Cactus. HEX triplet: 5A, 73 and 4D. RGB value is (90,115,77). Sum of RGB (Red+Green+Blue) = 90+115+77=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #5A734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A734D is #A58CB2. Grayscale: #676767. Windows color (decimal): -10849459 or 5075802. OLE color: 5075802.

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

Color convert

RGB9011577-
CMYK0.2200.330.55
HSL99.47º19.79%37.65%-
HSV(B)99.47º33.04%45.1%-
XYZ11.6914.979.29-
YUV103.19113.22118.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=31.91%
G=40.78%
B=27.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115770.2200.330.5599.4719.7937.65
Hex5A734D1602137631426
Octal13216311526041671432446
Binary101101011100111001101101100100001110111110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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