Html Css Color HEX #516800 Verdun Green

📋 copy color: '#516800'

red 81 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #516800

Tints of Verdun Green #516800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.78%
G = 56.22%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#516800 (or 0x516800) is known color: Verdun Green. HEX triplet: 51, 68 and 00. RGB value is (81,104,0). Sum of RGB (Red+Green+Blue) = 81+104+0=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #516800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516800 is #AE97FF. Grayscale: #555555. Windows color (decimal): -11442176 or 26705. OLE color: 26705.

HSL color Cylindrical-coordinate representation of color #516800: hue angle of 73.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #516800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 104 0 -
CMYK 0.22 0 1 0.59
HSL 73.27º 1% 0.2% -
HSV(B) 73.27º 1% 0.41% -
XYZ 8.34 11.65 1.81 -
YUV 85.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 81 104 0 0.22 0 1 0.59 73.27 1 0.2
Hex 51 68 0 16 0 64 3B 49 64 14
Octal 121 150 0 26 0 144 73 111 144 24
Binary 1010001 1101000 0 10110 0 1100100 111011 1001001 1100100 10100

Color Harmonies of #516800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516800

Black with #516800

Text Example


Text Example

White with #516800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516800; }

 p { color: rgb(81,104,0); }

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

background-color css

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

 a { background-color: rgb(81,104,0); }

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

border-color css

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

 span { border-color: rgb(81,104,0); }

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