#515E58

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

Shades of Viridian Green #515E58

Tints of Viridian Green #515E58

Color information

#515E58 (or 0x515E58) is unknown color: approx Viridian Green. HEX triplet: 51, 5E and 58. RGB value is (81,94,88). Sum of RGB (Red+Green+Blue) = 81+94+88=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 94 - color contains mainly: green. Hex color #515E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E58 is #AEA1A7. Grayscale: #595959. Windows color (decimal): -11444648 or 5791313. OLE color: 5791313.

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

Color convert

RGB819488-
CMYK0.1400.060.63
HSL152.31º7.43%34.31%-
HSV(B)152.31º13.83%36.86%-
XYZ9.1610.4610.77-
YUV89.43127.19121.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=30.80%
G=35.74%
B=33.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194880.1400.060.63152.317.4334.31
Hex515E58E063F98722
Octal121136130160677230742
Binary1010001101111010110001110011011111110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,88); }

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

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

 a { background-color: rgb(81,94,88); }

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

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

 span { border-color: rgb(81,94,88); }

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