#515D59

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

Shades of Viridian Green #515D59

Tints of Viridian Green #515D59

Color information

#515D59 (or 0x515D59) is unknown color: approx Viridian Green. HEX triplet: 51, 5D and 59. RGB value is (81,93,89). Sum of RGB (Red+Green+Blue) = 81+93+89=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #515D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D59 is #AEA2A6. Grayscale: #585858. Windows color (decimal): -11444903 or 5856593. OLE color: 5856593.

HSL color Cylindrical-coordinate representation of color #515D59: hue angle of 160º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515D59 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB819389-
CMYK0.1300.040.64
HSL160º6.9%34.12%-
HSV(B)160º12.9%36.47%-
XYZ9.1110.310.96-
YUV88.96128.02122.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=30.80%
G=35.36%
B=33.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193890.1300.040.641606.934.12
Hex515D59D0440a0722
Octal1211351311504100240742
Binary10100011011101101100111010100100000010100000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D59; }

 p { color: rgb(81,93,89); }

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

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

 a { background-color: rgb(81,93,89); }

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

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

 span { border-color: rgb(81,93,89); }

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