#5A724F

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

Shades of Cactus #5A724F

Tints of Cactus #5A724F

Color information

#5A724F (or 0x5A724F) is unknown color: approx Cactus. HEX triplet: 5A, 72 and 4F. RGB value is (90,114,79). Sum of RGB (Red+Green+Blue) = 90+114+79=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #5A724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A724F is #A58DB0. Grayscale: #666666. Windows color (decimal): -10849713 or 5206618. OLE color: 5206618.

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

Color convert

RGB9011479-
CMYK0.2100.310.55
HSL101.14º18.13%37.84%-
HSV(B)101.14º30.7%44.71%-
XYZ11.6514.779.63-
YUV102.83114.55118.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=31.80%
G=40.28%
B=27.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114790.2100.310.55101.1418.1337.84
Hex5A724F1501F37651226
Octal13216211725037671452246
Binary10110101110010100111110101011111110111110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,79); }

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

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

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

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

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

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

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