#516A5D

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

Shades of Viridian Green #516A5D

Tints of Viridian Green #516A5D

Color information

#516A5D (or 0x516A5D) is unknown color: approx Viridian Green. HEX triplet: 51, 6A and 5D. RGB value is (81,106,93). Sum of RGB (Red+Green+Blue) = 81+106+93=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #516A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A5D is #AE95A2. Grayscale: #616161. Windows color (decimal): -11441571 or 6122065. OLE color: 6122065.

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

Color convert

RGB8110693-
CMYK0.2400.120.58
HSL148.8º13.37%36.67%-
HSV(B)148.8º23.58%41.57%-
XYZ10.5212.8512.28-
YUV97.04125.72116.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=28.93%
G=37.86%
B=33.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106930.2400.120.58148.813.3736.67
Hex516A5D180C3A95d25
Octal12115213530014722251545
Binary1010001110101010111011100001100111010100101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,106,93); }

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

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

 a { background-color: rgb(81,106,93); }

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

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

 span { border-color: rgb(81,106,93); }

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