Html Css Color HEX #516216 Verdun Green

📋 copy color: '#516216'

red 81 ◦ green 98 ◦ blue 22

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

Shades of Verdun Green #516216

Tints of Verdun Green #516216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.76%

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

R = 40.3%
G = 48.76%
B = 10.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#516216 (or 0x516216) is known color: Verdun Green. HEX triplet: 51, 62 and 16. RGB value is (81,98,22). Sum of RGB (Red+Green+Blue) = 81+98+22=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #516216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516216 is #AE9DE9. Grayscale: #545454. Windows color (decimal): -11443690 or 1466961. OLE color: 1466961.

HSL color Cylindrical-coordinate representation of color #516216: hue angle of 73.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #516216 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 22 -
CMYK 0.17 0 0.78 0.62
HSL 73.42º 0.63% 0.24% -
HSV(B) 73.42º 0.78% 0.38% -
XYZ 7.91 10.54 2.38 -
YUV 84.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 81 98 22 0.17 0 0.78 0.62 73.42 0.63 0.24
Hex 51 62 16 11 0 4E 3E 49 3F 18
Octal 121 142 26 21 0 116 76 111 77 30
Binary 1010001 1100010 10110 10001 0 1001110 111110 1001001 111111 11000

Color Harmonies of #516216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516216

Black with #516216

Text Example


Text Example

White with #516216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516216; }

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

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

background-color css

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

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

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

border-color css

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

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

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