Html Css Color HEX #516101 Verdun Green

📋 copy color: '#516101'

red 81 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #516101

Tints of Verdun Green #516101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.19%

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

R = 45.25%
G = 54.19%
B = 0.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#516101 (or 0x516101) is known color: Verdun Green. HEX triplet: 51, 61 and 01. RGB value is (81,97,1). Sum of RGB (Red+Green+Blue) = 81+97+1=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #516101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516101 is #AE9EFE. Grayscale: #515151. Windows color (decimal): -11443967 or 90449. OLE color: 90449.

HSL color Cylindrical-coordinate representation of color #516101: hue angle of 70º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516101 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 1 -
CMYK 0.16 0 0.99 0.62
HSL 70º 0.98% 0.19% -
HSV(B) 70º 0.99% 0.38% -
XYZ 7.67 10.3 1.61 -
YUV 81.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 81 97 1 0.16 0 0.99 0.62 70 0.98 0.19
Hex 51 61 1 10 0 63 3E 46 62 13
Octal 121 141 1 20 0 143 76 106 142 23
Binary 1010001 1100001 1 10000 0 1100011 111110 1000110 1100010 10011

Color Harmonies of #516101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516101

Black with #516101

Text Example


Text Example

White with #516101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516101; }

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

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

background-color css

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

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

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

border-color css

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

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

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