Html Css Color HEX #516208 Verdun Green

📋 copy color: '#516208'

red 81 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #516208

Tints of Verdun Green #516208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

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

R = 43.32%
G = 52.41%
B = 4.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#516208 (or 0x516208) is known color: Verdun Green. HEX triplet: 51, 62 and 08. RGB value is (81,98,8). Sum of RGB (Red+Green+Blue) = 81+98+8=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #516208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516208 is #AE9DF7. Grayscale: #535353. Windows color (decimal): -11443704 or 549457. OLE color: 549457.

HSL color Cylindrical-coordinate representation of color #516208: hue angle of 71.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #516208 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 8 -
CMYK 0.17 0 0.92 0.62
HSL 71.33º 0.85% 0.21% -
HSV(B) 71.33º 0.92% 0.38% -
XYZ 7.8 10.5 1.85 -
YUV 82.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 81 98 8 0.17 0 0.92 0.62 71.33 0.85 0.21
Hex 51 62 8 11 0 5C 3E 47 55 15
Octal 121 142 10 21 0 134 76 107 125 25
Binary 1010001 1100010 1000 10001 0 1011100 111110 1000111 1010101 10101

Color Harmonies of #516208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516208

Black with #516208

Text Example


Text Example

White with #516208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516208; }

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

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

background-color css

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

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

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

border-color css

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

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

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