#5A7350

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

Shades of Cactus #5A7350

Tints of Cactus #5A7350

Color information

#5A7350 (or 0x5A7350) is unknown color: approx Cactus. HEX triplet: 5A, 73 and 50. RGB value is (90,115,80). Sum of RGB (Red+Green+Blue) = 90+115+80=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7350 is #A58CAF. Grayscale: #676767. Windows color (decimal): -10849456 or 5272410. OLE color: 5272410.

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

Color convert

RGB9011580-
CMYK0.2200.300.55
HSL102.86º17.95%38.24%-
HSV(B)102.86º30.43%45.1%-
XYZ11.815.019.87-
YUV103.54114.72118.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=31.58%
G=40.35%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115800.2200.300.55102.8617.9538.24
Hex5A73501601E37671226
Octal13216312026036671472246
Binary10110101110011101000010110011110110111110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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