Html Css Color HEX #516960 Viridian Green

📋 copy color: '#516960'

red 81 ◦ green 105 ◦ blue 96

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

Shades of Viridian Green #516960

Tints of Viridian Green #516960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 28.72%
G = 37.23%
B = 34.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#516960 (or 0x516960) is known color: Viridian Green. HEX triplet: 51, 69 and 60. RGB value is (81,105,96). Sum of RGB (Red+Green+Blue) = 81+105+96=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #516960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516960 is #AE969F. Grayscale: #606060. Windows color (decimal): -11441824 or 6318417. OLE color: 6318417.

HSL color Cylindrical-coordinate representation of color #516960: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516960 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 96 -
CMYK 0.23 0 0.09 0.59
HSL 157.5º 0.13% 0.36% -
HSV(B) 157.5º 0.23% 0.41% -
XYZ 10.56 12.7 12.96 -
YUV 96.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 81 105 96 0.23 0 0.09 0.59 157.5 0.13 0.36
Hex 51 69 60 17 0 9 3B 9E D 24
Octal 121 151 140 27 0 11 73 236 15 44
Binary 1010001 1101001 1100000 10111 0 1001 111011 10011110 1101 100100

Color Harmonies of #516960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516960

Black with #516960

Text Example


Text Example

White with #516960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516960; }

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

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

background-color css

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

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

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

border-color css

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

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

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