#5A6D50

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

Shades of Cactus #5A6D50

Tints of Cactus #5A6D50

Color information

#5A6D50 (or 0x5A6D50) is unknown color: approx Cactus. HEX triplet: 5A, 6D and 50. RGB value is (90,109,80). Sum of RGB (Red+Green+Blue) = 90+109+80=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D50 is #A592AF. Grayscale: #646464. Windows color (decimal): -10850992 or 5270874. OLE color: 5270874.

HSL color Cylindrical-coordinate representation of color #5A6D50: hue angle of 99.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A6D50 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB9010980-
CMYK0.1700.270.57
HSL99.31º15.34%37.06%-
HSV(B)99.31º26.61%42.75%-
XYZ11.1313.699.65-
YUV100.01116.71120.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=32.26%
G=39.07%
B=28.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90109800.1700.270.5799.3115.3437.06
Hex5A6D501101B3963f25
Octal13215512021033711431745
Binary1011010110110110100001000101101111100111000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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