Html Css Color HEX #516701 Verdun Green

📋 copy color: '#516701'

red 81 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #516701

Tints of Verdun Green #516701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.68%

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

R = 43.78%
G = 55.68%
B = 0.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#516701 (or 0x516701) is known color: Verdun Green. HEX triplet: 51, 67 and 01. RGB value is (81,103,1). Sum of RGB (Red+Green+Blue) = 81+103+1=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #516701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516701 is #AE98FE. Grayscale: #555555. Windows color (decimal): -11442431 or 91985. OLE color: 91985.

HSL color Cylindrical-coordinate representation of color #516701: hue angle of 72.94º 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 #516701 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 1 -
CMYK 0.21 0 0.99 0.60
HSL 72.94º 0.98% 0.2% -
HSV(B) 72.94º 0.99% 0.4% -
XYZ 8.25 11.45 1.8 -
YUV 84.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 81 103 1 0.21 0 0.99 0.60 72.94 0.98 0.2
Hex 51 67 1 15 0 63 3C 49 62 14
Octal 121 147 1 25 0 143 74 111 142 24
Binary 1010001 1100111 1 10101 0 1100011 111100 1001001 1100010 10100

Color Harmonies of #516701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516701

Black with #516701

Text Example


Text Example

White with #516701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516701; }

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

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

background-color css

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

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

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

border-color css

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

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

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