#586950

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

Shades of Cactus #586950

Tints of Cactus #586950

Color information

#586950 (or 0x586950) is unknown color: approx Cactus. HEX triplet: 58, 69 and 50. RGB value is (88,105,80). Sum of RGB (Red+Green+Blue) = 88+105+80=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #586950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586950 is #A796AF. Grayscale: #616161. Windows color (decimal): -10983088 or 5269848. OLE color: 5269848.

HSL color Cylindrical-coordinate representation of color #586950: hue angle of 100.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586950 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8810580-
CMYK0.1600.240.59
HSL100.8º13.51%36.27%-
HSV(B)100.8º23.81%41.18%-
XYZ10.5212.769.5-
YUV97.07118.37121.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=32.23%
G=38.46%
B=29.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105800.1600.240.59100.813.5136.27
Hex586950100183B65e24
Octal13015112020030731451644
Binary1011000110100110100001000001100011101111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586950; }

 p { color: rgb(88,105,80); }

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

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

 a { background-color: rgb(88,105,80); }

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

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

 span { border-color: rgb(88,105,80); }

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