Html Css Color HEX #516B5E Viridian Green

📋 copy color: '#516B5E'

red 81 ◦ green 107 ◦ blue 94

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

Shades of Viridian Green #516B5E

Tints of Viridian Green #516B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 28.72%
G = 37.94%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#516B5E (or 0x516B5E) is known color: Viridian Green. HEX triplet: 51, 6B and 5E. RGB value is (81,107,94). Sum of RGB (Red+Green+Blue) = 81+107+94=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #516B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B5E is #AE94A1. Grayscale: #616161. Windows color (decimal): -11441314 or 6187857. OLE color: 6187857.

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

Color convert

RGB 81 107 94 -
CMYK 0.24 0 0.12 0.58
HSL 150º 0.14% 0.37% -
HSV(B) 150º 0.24% 0.42% -
XYZ 10.67 13.07 12.55 -
YUV 97.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 81 107 94 0.24 0 0.12 0.58 150 0.14 0.37
Hex 51 6B 5E 18 0 C 3A 96 E 25
Octal 121 153 136 30 0 14 72 226 16 45
Binary 1010001 1101011 1011110 11000 0 1100 111010 10010110 1110 100101

Color Harmonies of #516B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B5E

Black with #516B5E

Text Example


Text Example

White with #516B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,107,94); }

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

background-color css

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

 a { background-color: rgb(81,107,94); }

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

border-color css

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

 span { border-color: rgb(81,107,94); }

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