Html Css Color HEX #516301 Verdun Green

📋 copy color: '#516301'

red 81 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #516301

Tints of Verdun Green #516301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 44.75%
G = 54.7%
B = 0.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#516301 (or 0x516301) is known color: Verdun Green. HEX triplet: 51, 63 and 01. RGB value is (81,99,1). Sum of RGB (Red+Green+Blue) = 81+99+1=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #516301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516301 is #AE9CFE. Grayscale: #525252. Windows color (decimal): -11443455 or 90961. OLE color: 90961.

HSL color Cylindrical-coordinate representation of color #516301: hue angle of 71.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516301 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 1 -
CMYK 0.18 0 0.99 0.61
HSL 71.02º 0.98% 0.2% -
HSV(B) 71.02º 0.99% 0.39% -
XYZ 7.86 10.68 1.67 -
YUV 82.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 81 99 1 0.18 0 0.99 0.61 71.02 0.98 0.2
Hex 51 63 1 12 0 63 3D 47 62 14
Octal 121 143 1 22 0 143 75 107 142 24
Binary 1010001 1100011 1 10010 0 1100011 111101 1000111 1100010 10100

Color Harmonies of #516301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516301

Black with #516301

Text Example


Text Example

White with #516301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516301; }

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

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

background-color css

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

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

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

border-color css

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

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

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