Html Css Color HEX #516560 Viridian Green

📋 copy color: '#516560'

red 81 ◦ green 101 ◦ blue 96

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

Shades of Viridian Green #516560

Tints of Viridian Green #516560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 29.14%
G = 36.33%
B = 34.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#516560 (or 0x516560) is known color: Viridian Green. HEX triplet: 51, 65 and 60. RGB value is (81,101,96). Sum of RGB (Red+Green+Blue) = 81+101+96=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #516560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516560 is #AE9A9F. Grayscale: #5E5E5E. Windows color (decimal): -11442848 or 6317393. OLE color: 6317393.

HSL color Cylindrical-coordinate representation of color #516560: hue angle of 165º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #516560 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 96 -
CMYK 0.20 0 0.05 0.60
HSL 165º 0.11% 0.36% -
HSV(B) 165º 0.2% 0.4% -
XYZ 10.16 11.9 12.83 -
YUV 94.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 81 101 96 0.20 0 0.05 0.60 165 0.11 0.36
Hex 51 65 60 14 0 5 3C A5 B 24
Octal 121 145 140 24 0 5 74 245 13 44
Binary 1010001 1100101 1100000 10100 0 101 111100 10100101 1011 100100

Color Harmonies of #516560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516560

Black with #516560

Text Example


Text Example

White with #516560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516560; }

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

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

background-color css

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

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

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

border-color css

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

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

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