Html Css Color HEX #516E61 Viridian Green

📋 copy color: '#516E61'

red 81 ◦ green 110 ◦ blue 97

#516E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #516E61

Tints of Viridian Green #516E61

RGB

 RED value IS 81 (32.03% from 255) = 28.13%

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 28.13%
G = 38.19%
B = 33.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#516E61 (or 0x516E61) is known color: Viridian Green. HEX triplet: 51, 6E and 61. RGB value is (81,110,97). Sum of RGB (Red+Green+Blue) = 81+110+97=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 110 - color contains mainly: green. Hex color #516E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E61 is #AE919E. Grayscale: #636363. Windows color (decimal): -11440543 or 6385233. OLE color: 6385233.

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

Color convert

RGB 81 110 97 -
CMYK 0.26 0 0.12 0.57
HSL 153.1º 0.15% 0.37% -
HSV(B) 153.1º 0.26% 0.43% -
XYZ 11.13 13.76 13.38 -
YUV 99.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 81 110 97 0.26 0 0.12 0.57 153.1 0.15 0.37
Hex 51 6E 61 1A 0 C 39 99 F 25
Octal 121 156 141 32 0 14 71 231 17 45
Binary 1010001 1101110 1100001 11010 0 1100 111001 10011001 1111 100101

Color Harmonies of #516E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E61

Black with #516E61

Text Example


Text Example

White with #516E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516E61;
 }
 .AnyTagClassName
 {
   color: #516E61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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