#516D62

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

Shades of Viridian Green #516D62

Tints of Viridian Green #516D62

Color information

#516D62 (or 0x516D62) is unknown color: approx Viridian Green. HEX triplet: 51, 6D and 62. RGB value is (81,109,98). Sum of RGB (Red+Green+Blue) = 81+109+98=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #516D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D62 is #AE929D. Grayscale: #636363. Windows color (decimal): -11440798 or 6450513. OLE color: 6450513.

HSL color Cylindrical-coordinate representation of color #516D62: hue angle of 156.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D62 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB8110998-
CMYK0.2600.100.57
HSL156.43º14.74%37.25%-
HSV(B)156.43º25.69%42.75%-
XYZ11.0713.5713.59-
YUV99.37127.22114.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=28.12%
G=37.85%
B=34.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109980.2600.100.57156.4314.7437.25
Hex516D621A0A399cf25
Octal12115514232012712341745
Binary1010001110110111000101101001010111001100111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516D62; }

 p { color: rgb(81,109,98); }

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

<style>
 a { background-color: #516D62; }

 a { background-color: rgb(81,109,98); }

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

<style>
 span { border-color: #516D62; }

 span { border-color: rgb(81,109,98); }

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