#5A7450

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

Shades of Cactus #5A7450

Tints of Cactus #5A7450

Color information

#5A7450 (or 0x5A7450) is unknown color: approx Cactus. HEX triplet: 5A, 74 and 50. RGB value is (90,116,80). Sum of RGB (Red+Green+Blue) = 90+116+80=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7450 is #A58BAF. Grayscale: #686868. Windows color (decimal): -10849200 or 5272666. OLE color: 5272666.

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

Color convert

RGB9011680-
CMYK0.2200.310.55
HSL103.33º18.37%38.43%-
HSV(B)103.33º31.03%45.49%-
XYZ11.9115.249.9-
YUV104.12114.39117.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=31.47%
G=40.56%
B=27.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116800.2200.310.55103.3318.3738.43
Hex5A74501601F37671226
Octal13216412026037671472246
Binary10110101110100101000010110011111110111110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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