Html Css Color HEX #516813 Verdun Green

📋 copy color: '#516813'

red 81 ◦ green 104 ◦ blue 19

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

Shades of Verdun Green #516813

Tints of Verdun Green #516813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.98%

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

R = 39.71%
G = 50.98%
B = 9.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#516813 (or 0x516813) is known color: Verdun Green. HEX triplet: 51, 68 and 13. RGB value is (81,104,19). Sum of RGB (Red+Green+Blue) = 81+104+19=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #516813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516813 is #AE97EC. Grayscale: #575757. Windows color (decimal): -11442157 or 1271889. OLE color: 1271889.

HSL color Cylindrical-coordinate representation of color #516813: hue angle of 76.24º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #516813 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 19 -
CMYK 0.22 0 0.82 0.59
HSL 76.24º 0.69% 0.24% -
HSV(B) 76.24º 0.82% 0.41% -
XYZ 8.46 11.7 2.43 -
YUV 87.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 81 104 19 0.22 0 0.82 0.59 76.24 0.69 0.24
Hex 51 68 13 16 0 52 3B 4C 45 18
Octal 121 150 23 26 0 122 73 114 105 30
Binary 1010001 1101000 10011 10110 0 1010010 111011 1001100 1000101 11000

Color Harmonies of #516813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516813

Black with #516813

Text Example


Text Example

White with #516813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516813; }

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

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

background-color css

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

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

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

border-color css

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

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

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