#516760

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

Shades of Viridian Green #516760

Tints of Viridian Green #516760

Color information

#516760 (or 0x516760) is unknown color: approx Viridian Green. HEX triplet: 51, 67 and 60. RGB value is (81,103,96). Sum of RGB (Red+Green+Blue) = 81+103+96=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #516760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516760 is #AE989F. Grayscale: #5F5F5F. Windows color (decimal): -11442336 or 6317905. OLE color: 6317905.

HSL color Cylindrical-coordinate representation of color #516760: hue angle of 160.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516760 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB8110396-
CMYK0.2100.070.60
HSL160.91º11.96%36.08%-
HSV(B)160.91º21.36%40.39%-
XYZ10.3512.2912.89-
YUV95.62128.21117.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=28.93%
G=36.79%
B=34.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103960.2100.070.60160.9111.9636.08
Hex51676015073Ca1c24
Octal1211471402507742411444
Binary101000111001111100000101010111111100101000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516760; }

 p { color: rgb(81,103,96); }

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

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

 a { background-color: rgb(81,103,96); }

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

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

 span { border-color: rgb(81,103,96); }

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