Html Css Color HEX #596860 Viridian Green

📋 copy color: '#596860'

red 89 ◦ green 104 ◦ blue 96

#596860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #596860

Tints of Viridian Green #596860

RGB

 RED value IS 89 (35.16% from 255) = 30.8%

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 30.8%
G = 35.99%
B = 33.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#596860 (or 0x596860) is known color: Viridian Green. HEX triplet: 59, 68 and 60. RGB value is (89,104,96). Sum of RGB (Red+Green+Blue) = 89+104+96=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #596860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596860 is #A6979F. Grayscale: #626262. Windows color (decimal): -10917792 or 6318169. OLE color: 6318169.

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

Color convert

RGB 89 104 96 -
CMYK 0.14 0 0.08 0.59
HSL 148º 0.08% 0.38% -
HSV(B) 148º 0.14% 0.41% -
XYZ 11.18 12.87 12.96 -
YUV 98.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 89 104 96 0.14 0 0.08 0.59 148 0.08 0.38
Hex 59 68 60 E 0 8 3B 94 8 26
Octal 131 150 140 16 0 10 73 224 10 46
Binary 1011001 1101000 1100000 1110 0 1000 111011 10010100 1000 100110

Color Harmonies of #596860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596860

Black with #596860

Text Example


Text Example

White with #596860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596860; }

 p { color: rgb(89,104,96); }

 H1.HeaderClassName
 {
   color: #596860;
 }
 .AnyTagClassName
 {
   color: #596860;
 }
</style>

background-color css

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

 a { background-color: rgb(89,104,96); }

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

border-color css

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

 span { border-color: rgb(89,104,96); }

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