Html Css Color HEX #516801 Verdun Green

📋 copy color: '#516801'

red 81 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #516801

Tints of Verdun Green #516801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 43.55%
G = 55.91%
B = 0.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#516801 (or 0x516801) is known color: Verdun Green. HEX triplet: 51, 68 and 01. RGB value is (81,104,1). Sum of RGB (Red+Green+Blue) = 81+104+1=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #516801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516801 is #AE97FE. Grayscale: #555555. Windows color (decimal): -11442175 or 92241. OLE color: 92241.

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

Color convert

RGB 81 104 1 -
CMYK 0.22 0 0.99 0.59
HSL 73.4º 0.98% 0.21% -
HSV(B) 73.4º 0.99% 0.41% -
XYZ 8.35 11.65 1.84 -
YUV 85.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 81 104 1 0.22 0 0.99 0.59 73.4 0.98 0.21
Hex 51 68 1 16 0 63 3B 49 62 15
Octal 121 150 1 26 0 143 73 111 142 25
Binary 1010001 1101000 1 10110 0 1100011 111011 1001001 1100010 10101

Color Harmonies of #516801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516801

Black with #516801

Text Example


Text Example

White with #516801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516801; }

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

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

background-color css

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

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

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

border-color css

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

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

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