Html Css Color HEX #516114 Verdun Green

📋 copy color: '#516114'

red 81 ◦ green 97 ◦ blue 20

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

Shades of Verdun Green #516114

Tints of Verdun Green #516114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

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

R = 40.91%
G = 48.99%
B = 10.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#516114 (or 0x516114) is known color: Verdun Green. HEX triplet: 51, 61 and 14. RGB value is (81,97,20). Sum of RGB (Red+Green+Blue) = 81+97+20=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #516114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516114 is #AE9EEB. Grayscale: #535353. Windows color (decimal): -11443948 or 1335633. OLE color: 1335633.

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

Color convert

RGB 81 97 20 -
CMYK 0.16 0 0.79 0.62
HSL 72.47º 0.66% 0.23% -
HSV(B) 72.47º 0.79% 0.38% -
XYZ 7.79 10.35 2.25 -
YUV 83.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 81 97 20 0.16 0 0.79 0.62 72.47 0.66 0.23
Hex 51 61 14 10 0 4F 3E 48 42 17
Octal 121 141 24 20 0 117 76 110 102 27
Binary 1010001 1100001 10100 10000 0 1001111 111110 1001000 1000010 10111

Color Harmonies of #516114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516114

Black with #516114

Text Example


Text Example

White with #516114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516114; }

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

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

background-color css

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

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

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

border-color css

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

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

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