Html Css Color HEX #516708 Verdun Green

📋 copy color: '#516708'

red 81 ◦ green 103 ◦ blue 8

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

Shades of Verdun Green #516708

Tints of Verdun Green #516708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 42.19%
G = 53.65%
B = 4.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#516708 (or 0x516708) is known color: Verdun Green. HEX triplet: 51, 67 and 08. RGB value is (81,103,8). Sum of RGB (Red+Green+Blue) = 81+103+8=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #516708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516708 is #AE98F7. Grayscale: #555555. Windows color (decimal): -11442424 or 550737. OLE color: 550737.

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

Color convert

RGB 81 103 8 -
CMYK 0.21 0 0.92 0.60
HSL 73.89º 0.86% 0.22% -
HSV(B) 73.89º 0.92% 0.4% -
XYZ 8.29 11.47 2.01 -
YUV 85.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 81 103 8 0.21 0 0.92 0.60 73.89 0.86 0.22
Hex 51 67 8 15 0 5C 3C 4A 56 16
Octal 121 147 10 25 0 134 74 112 126 26
Binary 1010001 1100111 1000 10101 0 1011100 111100 1001010 1010110 10110

Color Harmonies of #516708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516708

Black with #516708

Text Example


Text Example

White with #516708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516708; }

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

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

background-color css

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

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

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

border-color css

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

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

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