#516E63

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

Shades of Viridian Green #516E63

Tints of Viridian Green #516E63

Color information

#516E63 (or 0x516E63) is unknown color: approx Viridian Green. HEX triplet: 51, 6E and 63. RGB value is (81,110,99). Sum of RGB (Red+Green+Blue) = 81+110+99=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #516E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E63 is #AE919C. Grayscale: #646464. Windows color (decimal): -11440541 or 6516305. OLE color: 6516305.

HSL color Cylindrical-coordinate representation of color #516E63: hue angle of 157.24º 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 #516E63 is Cyan = 0.26, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB8111099-
CMYK0.2600.10.57
HSL157.24º15.18%37.45%-
HSV(B)157.24º26.36%43.14%-
XYZ11.2213.813.88-
YUV100.07127.39114.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=27.93%
G=37.93%
B=34.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110990.2600.10.57157.2415.1837.45
Hex516E631A0A399df25
Octal12115614332012712351745
Binary1010001110111011000111101001010111001100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,99); }

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

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

 a { background-color: rgb(81,110,99); }

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

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

 span { border-color: rgb(81,110,99); }

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