Html Css Color HEX #516713 Verdun Green

📋 copy color: '#516713'

red 81 ◦ green 103 ◦ blue 19

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

Shades of Verdun Green #516713

Tints of Verdun Green #516713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.74%

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

R = 39.9%
G = 50.74%
B = 9.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#516713 (or 0x516713) is known color: Verdun Green. HEX triplet: 51, 67 and 13. RGB value is (81,103,19). Sum of RGB (Red+Green+Blue) = 81+103+19=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #516713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516713 is #AE98EC. Grayscale: #575757. Windows color (decimal): -11442413 or 1271633. OLE color: 1271633.

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

Color convert

RGB 81 103 19 -
CMYK 0.21 0 0.82 0.60
HSL 75.71º 0.69% 0.24% -
HSV(B) 75.71º 0.82% 0.4% -
XYZ 8.36 11.5 2.39 -
YUV 86.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 81 103 19 0.21 0 0.82 0.60 75.71 0.69 0.24
Hex 51 67 13 15 0 52 3C 4C 45 18
Octal 121 147 23 25 0 122 74 114 105 30
Binary 1010001 1100111 10011 10101 0 1010010 111100 1001100 1000101 11000

Color Harmonies of #516713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516713

Black with #516713

Text Example


Text Example

White with #516713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516713; }

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

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

background-color css

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

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

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

border-color css

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

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

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