Html Css Color HEX #516A5F Viridian Green

📋 copy color: '#516A5F'

red 81 ◦ green 106 ◦ blue 95

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

Shades of Viridian Green #516A5F

Tints of Viridian Green #516A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 28.72%
G = 37.59%
B = 33.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#516A5F (or 0x516A5F) is known color: Viridian Green. HEX triplet: 51, 6A and 5F. RGB value is (81,106,95). Sum of RGB (Red+Green+Blue) = 81+106+95=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #516A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A5F is #AE95A0. Grayscale: #616161. Windows color (decimal): -11441569 or 6253137. OLE color: 6253137.

HSL color Cylindrical-coordinate representation of color #516A5F: hue angle of 153.6º 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 #516A5F is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 106 95 -
CMYK 0.24 0 0.10 0.58
HSL 153.6º 0.13% 0.37% -
HSV(B) 153.6º 0.24% 0.42% -
XYZ 10.61 12.88 12.75 -
YUV 97.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 81 106 95 0.24 0 0.10 0.58 153.6 0.13 0.37
Hex 51 6A 5F 18 0 A 3A 9A D 25
Octal 121 152 137 30 0 12 72 232 15 45
Binary 1010001 1101010 1011111 11000 0 1010 111010 10011010 1101 100101

Color Harmonies of #516A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A5F

Black with #516A5F

Text Example


Text Example

White with #516A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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