#595F5C

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

Shades of Viridian Green #595F5C

Tints of Viridian Green #595F5C

Color information

#595F5C (or 0x595F5C) is unknown color: approx Viridian Green. HEX triplet: 59, 5F and 5C. RGB value is (89,95,92). Sum of RGB (Red+Green+Blue) = 89+95+92=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 95 - color contains mainly: green. Hex color #595F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F5C is #A6A0A3. Grayscale: #5C5C5C. Windows color (decimal): -10920100 or 6053721. OLE color: 6053721.

HSL color Cylindrical-coordinate representation of color #595F5C: hue angle of 150º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595F5C is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB899592-
CMYK0.0600.030.63
HSL150º3.26%36.08%-
HSV(B)150º6.32%37.25%-
XYZ10.1411.0811.73-
YUV92.86127.51125.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=32.25%
G=34.42%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995920.0600.030.631503.2636.08
Hex595F5C6033F96324
Octal13113713460377226344
Binary1011001101111110111001100111111111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F5C; }

 p { color: rgb(89,95,92); }

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

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

 a { background-color: rgb(89,95,92); }

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

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

 span { border-color: rgb(89,95,92); }

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