#586F4C

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

Shades of Cactus #586F4C

Tints of Cactus #586F4C

Color information

#586F4C (or 0x586F4C) is unknown color: approx Cactus. HEX triplet: 58, 6F and 4C. RGB value is (88,111,76). Sum of RGB (Red+Green+Blue) = 88+111+76=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #586F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586F4C is #A790B3. Grayscale: #646464. Windows color (decimal): -10981556 or 5009240. OLE color: 5009240.

HSL color Cylindrical-coordinate representation of color #586F4C: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #586F4C is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB8811176-
CMYK0.2100.320.56
HSL99.43º18.72%36.67%-
HSV(B)99.43º31.53%43.53%-
XYZ11.0113.978.95-
YUV100.13114.38119.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=32%
G=40.36%
B=27.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88111760.2100.320.5699.4318.7236.67
Hex586F4C1502038631325
Octal13015711425040701432345
Binary101100011011111001100101010100000111000110001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586F4C; }

 p { color: rgb(88,111,76); }

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

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

 a { background-color: rgb(88,111,76); }

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

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

 span { border-color: rgb(88,111,76); }

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