Html Css Color HEX #516901 Verdun Green

📋 copy color: '#516901'

red 81 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #516901

Tints of Verdun Green #516901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

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

R = 43.32%
G = 56.15%
B = 0.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#516901 (or 0x516901) is known color: Verdun Green. HEX triplet: 51, 69 and 01. RGB value is (81,105,1). Sum of RGB (Red+Green+Blue) = 81+105+1=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #516901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516901 is #AE96FE. Grayscale: #565656. Windows color (decimal): -11441919 or 92497. OLE color: 92497.

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

Color convert

RGB 81 105 1 -
CMYK 0.23 0 0.99 0.59
HSL 73.85º 0.98% 0.21% -
HSV(B) 73.85º 0.99% 0.41% -
XYZ 8.45 11.85 1.87 -
YUV 85.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 81 105 1 0.23 0 0.99 0.59 73.85 0.98 0.21
Hex 51 69 1 17 0 63 3B 4A 62 15
Octal 121 151 1 27 0 143 73 112 142 25
Binary 1010001 1101001 1 10111 0 1100011 111011 1001010 1100010 10101

Color Harmonies of #516901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516901

Black with #516901

Text Example


Text Example

White with #516901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516901; }

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

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

background-color css

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

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

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

border-color css

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

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

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