#586960

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

Shades of Viridian Green #586960

Tints of Viridian Green #586960

Color information

#586960 (or 0x586960) is unknown color: approx Viridian Green. HEX triplet: 58, 69 and 60. RGB value is (88,105,96). Sum of RGB (Red+Green+Blue) = 88+105+96=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #586960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586960 is #A7969F. Grayscale: #626262. Windows color (decimal): -10983072 or 6318424. OLE color: 6318424.

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

Color convert

RGB8810596-
CMYK0.1600.090.59
HSL148.24º8.81%37.84%-
HSV(B)148.24º16.19%41.18%-
XYZ11.1913.0212.99-
YUV98.89126.37120.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=30.45%
G=36.33%
B=33.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88105960.1600.090.59148.248.8137.84
Hex58696010093B94926
Octal13015114020011732241146
Binary1011000110100111000001000001001111011100101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586960; }

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

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

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

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

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

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

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

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