Html Css Color HEX #516501 Verdun Green

📋 copy color: '#516501'

red 81 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #516501

Tints of Verdun Green #516501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.19%

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

R = 44.26%
G = 55.19%
B = 0.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#516501 (or 0x516501) is known color: Verdun Green. HEX triplet: 51, 65 and 01. RGB value is (81,101,1). Sum of RGB (Red+Green+Blue) = 81+101+1=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #516501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516501 is #AE9AFE. Grayscale: #545454. Windows color (decimal): -11442943 or 91473. OLE color: 91473.

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

Color convert

RGB 81 101 1 -
CMYK 0.20 0 0.99 0.60
HSL 72º 0.98% 0.2% -
HSV(B) 72º 0.99% 0.4% -
XYZ 8.05 11.06 1.74 -
YUV 83.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 81 101 1 0.20 0 0.99 0.60 72 0.98 0.2
Hex 51 65 1 14 0 63 3C 48 62 14
Octal 121 145 1 24 0 143 74 110 142 24
Binary 1010001 1100101 1 10100 0 1100011 111100 1001000 1100010 10100

Color Harmonies of #516501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516501

Black with #516501

Text Example


Text Example

White with #516501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516501; }

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

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

background-color css

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

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

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

border-color css

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

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

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