Html Css Color HEX #516214 Verdun Green

📋 copy color: '#516214'

red 81 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #516214

Tints of Verdun Green #516214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 40.7%
G = 49.25%
B = 10.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#516214 (or 0x516214) is known color: Verdun Green. HEX triplet: 51, 62 and 14. RGB value is (81,98,20). Sum of RGB (Red+Green+Blue) = 81+98+20=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #516214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516214 is #AE9DEB. Grayscale: #545454. Windows color (decimal): -11443692 or 1335889. OLE color: 1335889.

HSL color Cylindrical-coordinate representation of color #516214: hue angle of 73.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516214 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 20 -
CMYK 0.17 0 0.80 0.62
HSL 73.08º 0.66% 0.23% -
HSV(B) 73.08º 0.8% 0.38% -
XYZ 7.89 10.54 2.28 -
YUV 84.03 91.87 125.84 -
System Red Green Blue C M Y K H S L
Decimal 81 98 20 0.17 0 0.80 0.62 73.08 0.66 0.23
Hex 51 62 14 11 0 50 3E 49 42 17
Octal 121 142 24 21 0 120 76 111 102 27
Binary 1010001 1100010 10100 10001 0 1010000 111110 1001001 1000010 10111

Color Harmonies of #516214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516214

Black with #516214

Text Example


Text Example

White with #516214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516214; }

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

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

background-color css

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

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

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

border-color css

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

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

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