#515D57

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

Shades of Viridian Green #515D57

Tints of Viridian Green #515D57

Color information

#515D57 (or 0x515D57) is unknown color: approx Viridian Green. HEX triplet: 51, 5D and 57. RGB value is (81,93,87). Sum of RGB (Red+Green+Blue) = 81+93+87=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #515D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D57 is #AEA2A8. Grayscale: #585858. Windows color (decimal): -11444905 or 5725521. OLE color: 5725521.

HSL color Cylindrical-coordinate representation of color #515D57: hue angle of 150º 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 #515D57 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB819387-
CMYK0.1300.060.64
HSL150º6.9%34.12%-
HSV(B)150º12.9%36.47%-
XYZ9.0310.2710.52-
YUV88.73127.02122.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=31.03%
G=35.63%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193870.1300.060.641506.934.12
Hex515D57D064096722
Octal1211351271506100226742
Binary10100011011101101011111010110100000010010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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