#515F59

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

Shades of Viridian Green #515F59

Tints of Viridian Green #515F59

Color information

#515F59 (or 0x515F59) is unknown color: approx Viridian Green. HEX triplet: 51, 5F and 59. RGB value is (81,95,89). Sum of RGB (Red+Green+Blue) = 81+95+89=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 95 - color contains mainly: green. Hex color #515F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F59 is #AEA0A6. Grayscale: #5A5A5A. Windows color (decimal): -11444391 or 5857105. OLE color: 5857105.

HSL color Cylindrical-coordinate representation of color #515F59: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515F59 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB819589-
CMYK0.1500.060.63
HSL154.29º7.95%34.51%-
HSV(B)154.29º14.74%37.25%-
XYZ9.2910.6611.02-
YUV90.13127.36121.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=30.57%
G=35.85%
B=33.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195890.1500.060.63154.297.9534.51
Hex515F59F063F9a823
Octal1211371311706772321043
Binary10100011011111101100111110110111111100110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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