#516C61

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

Shades of Viridian Green #516C61

Tints of Viridian Green #516C61

Color information

#516C61 (or 0x516C61) is unknown color: approx Viridian Green. HEX triplet: 51, 6C and 61. RGB value is (81,108,97). Sum of RGB (Red+Green+Blue) = 81+108+97=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #516C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C61 is #AE939E. Grayscale: #626262. Windows color (decimal): -11441055 or 6384721. OLE color: 6384721.

HSL color Cylindrical-coordinate representation of color #516C61: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516C61 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB8110897-
CMYK0.2500.100.58
HSL155.56º14.29%37.06%-
HSV(B)155.56º25%42.35%-
XYZ10.9113.3413.31-
YUV98.67127.05115.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=28.32%
G=37.76%
B=33.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108970.2500.100.58155.5614.2937.06
Hex516C61190A3A9ce25
Octal12115414131012722341645
Binary1010001110110011000011100101010111010100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,97); }

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

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

 a { background-color: rgb(81,108,97); }

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

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

 span { border-color: rgb(81,108,97); }

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