#516F62

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

Shades of Viridian Green #516F62

Tints of Viridian Green #516F62

Color information

#516F62 (or 0x516F62) is unknown color: approx Viridian Green. HEX triplet: 51, 6F and 62. RGB value is (81,111,98). Sum of RGB (Red+Green+Blue) = 81+111+98=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #516F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F62 is #AE909D. Grayscale: #646464. Windows color (decimal): -11440286 or 6451025. OLE color: 6451025.

HSL color Cylindrical-coordinate representation of color #516F62: hue angle of 154º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516F62 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB8111198-
CMYK0.2700.120.56
HSL154º15.62%37.65%-
HSV(B)154º27.03%43.53%-
XYZ11.281413.66-
YUV100.55126.56114.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=27.93%
G=38.28%
B=33.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111980.2700.120.5615415.6237.65
Hex516F621B0C389a1026
Octal12115714233014702322046
Binary10100011101111110001011011011001110001001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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