Html Css Color HEX #516008 Verdun Green

📋 copy color: '#516008'

red 81 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #516008

Tints of Verdun Green #516008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

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

R = 43.78%
G = 51.89%
B = 4.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#516008 (or 0x516008) is known color: Verdun Green. HEX triplet: 51, 60 and 08. RGB value is (81,96,8). Sum of RGB (Red+Green+Blue) = 81+96+8=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #516008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516008 is #AE9FF7. Grayscale: #515151. Windows color (decimal): -11444216 or 548945. OLE color: 548945.

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

Color convert

RGB 81 96 8 -
CMYK 0.16 0 0.92 0.62
HSL 70.23º 0.85% 0.2% -
HSV(B) 70.23º 0.92% 0.38% -
XYZ 7.62 10.13 1.78 -
YUV 81.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 81 96 8 0.16 0 0.92 0.62 70.23 0.85 0.2
Hex 51 60 8 10 0 5C 3E 46 55 14
Octal 121 140 10 20 0 134 76 106 125 24
Binary 1010001 1100000 1000 10000 0 1011100 111110 1000110 1010101 10100

Color Harmonies of #516008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516008

Black with #516008

Text Example


Text Example

White with #516008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516008; }

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

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

background-color css

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

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

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

border-color css

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

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

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