Html Css Color HEX #516313 Verdun Green

📋 copy color: '#516313'

red 81 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #516313

Tints of Verdun Green #516313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.75%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 40.7%
G = 49.75%
B = 9.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#516313 (or 0x516313) is known color: Verdun Green. HEX triplet: 51, 63 and 13. RGB value is (81,99,19). Sum of RGB (Red+Green+Blue) = 81+99+19=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #516313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516313 is #AE9CEC. Grayscale: #545454. Windows color (decimal): -11443437 or 1270609. OLE color: 1270609.

HSL color Cylindrical-coordinate representation of color #516313: hue angle of 73.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #516313 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 19 -
CMYK 0.18 0 0.81 0.61
HSL 73.5º 0.68% 0.23% -
HSV(B) 73.5º 0.81% 0.39% -
XYZ 7.97 10.72 2.27 -
YUV 84.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 81 99 19 0.18 0 0.81 0.61 73.5 0.68 0.23
Hex 51 63 13 12 0 51 3D 4A 44 17
Octal 121 143 23 22 0 121 75 112 104 27
Binary 1010001 1100011 10011 10010 0 1010001 111101 1001010 1000100 10111

Color Harmonies of #516313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516313

Black with #516313

Text Example


Text Example

White with #516313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516313; }

 p { color: rgb(81,99,19); }

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

background-color css

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

 a { background-color: rgb(81,99,19); }

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

border-color css

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

 span { border-color: rgb(81,99,19); }

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