#5A7250

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

Shades of Cactus #5A7250

Tints of Cactus #5A7250

Color information

#5A7250 (or 0x5A7250) is unknown color: approx Cactus. HEX triplet: 5A, 72 and 50. RGB value is (90,114,80). Sum of RGB (Red+Green+Blue) = 90+114+80=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7250 is #A58DAF. Grayscale: #676767. Windows color (decimal): -10849712 or 5272154. OLE color: 5272154.

HSL color Cylindrical-coordinate representation of color #5A7250: hue angle of 102.35º 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 #5A7250 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB9011480-
CMYK0.2100.300.55
HSL102.35º17.53%38.04%-
HSV(B)102.35º29.82%44.71%-
XYZ11.6814.799.83-
YUV102.95115.05118.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=31.69%
G=40.14%
B=28.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114800.2100.300.55102.3517.5338.04
Hex5A72501501E37661226
Octal13216212025036671462246
Binary10110101110010101000010101011110110111110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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