Html Css Color HEX #515E16 Verdun Green

📋 copy color: '#515E16'

red 81 ◦ green 94 ◦ blue 22

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

Shades of Verdun Green #515E16

Tints of Verdun Green #515E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.72%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 41.12%
G = 47.72%
B = 11.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#515E16 (or 0x515E16) is known color: Verdun Green. HEX triplet: 51, 5E and 16. RGB value is (81,94,22). Sum of RGB (Red+Green+Blue) = 81+94+22=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #515E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515E16 is #AEA1E9. Grayscale: #525252. Windows color (decimal): -11444714 or 1465937. OLE color: 1465937.

HSL color Cylindrical-coordinate representation of color #515E16: hue angle of 70.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #515E16 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 22 -
CMYK 0.14 0 0.77 0.63
HSL 70.83º 0.62% 0.23% -
HSV(B) 70.83º 0.77% 0.37% -
XYZ 7.54 9.81 2.26 -
YUV 81.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 81 94 22 0.14 0 0.77 0.63 70.83 0.62 0.23
Hex 51 5E 16 E 0 4D 3F 47 3E 17
Octal 121 136 26 16 0 115 77 107 76 27
Binary 1010001 1011110 10110 1110 0 1001101 111111 1000111 111110 10111

Color Harmonies of #515E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E16

Black with #515E16

Text Example


Text Example

White with #515E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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