Html Css Color HEX #516608 Verdun Green

📋 copy color: '#516608'

red 81 ◦ green 102 ◦ blue 8

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

Shades of Verdun Green #516608

Tints of Verdun Green #516608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

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

R = 42.41%
G = 53.4%
B = 4.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#516608 (or 0x516608) is known color: Verdun Green. HEX triplet: 51, 66 and 08. RGB value is (81,102,8). Sum of RGB (Red+Green+Blue) = 81+102+8=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #516608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516608 is #AE99F7. Grayscale: #555555. Windows color (decimal): -11442680 or 550481. OLE color: 550481.

HSL color Cylindrical-coordinate representation of color #516608: hue angle of 73.4º degrees, saturation: 0.85, 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 #516608 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 8 -
CMYK 0.21 0 0.92 0.6
HSL 73.4º 0.85% 0.22% -
HSV(B) 73.4º 0.92% 0.4% -
XYZ 8.19 11.27 1.97 -
YUV 85.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 81 102 8 0.21 0 0.92 0.6 73.4 0.85 0.22
Hex 51 66 8 15 0 5C 3C 49 55 16
Octal 121 146 10 25 0 134 74 111 125 26
Binary 1010001 1100110 1000 10101 0 1011100 111100 1001001 1010101 10110

Color Harmonies of #516608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516608

Black with #516608

Text Example


Text Example

White with #516608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516608; }

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

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

background-color css

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

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

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

border-color css

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

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

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