Html Css Color HEX #516900 Verdun Green

📋 copy color: '#516900'

red 81 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #516900

Tints of Verdun Green #516900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.55%
G = 56.45%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#516900 (or 0x516900) is known color: Verdun Green. HEX triplet: 51, 69 and 00. RGB value is (81,105,0). Sum of RGB (Red+Green+Blue) = 81+105+0=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #516900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516900 is #AE96FF. Grayscale: #565656. Windows color (decimal): -11441920 or 26961. OLE color: 26961.

HSL color Cylindrical-coordinate representation of color #516900: hue angle of 73.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #516900 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 0 -
CMYK 0.23 0 1 0.59
HSL 73.71º 1% 0.21% -
HSV(B) 73.71º 1% 0.41% -
XYZ 8.44 11.85 1.84 -
YUV 85.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 81 105 0 0.23 0 1 0.59 73.71 1 0.21
Hex 51 69 0 17 0 64 3B 4A 64 15
Octal 121 151 0 27 0 144 73 112 144 25
Binary 1010001 1101001 0 10111 0 1100100 111011 1001010 1100100 10101

Color Harmonies of #516900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516900

Black with #516900

Text Example


Text Example

White with #516900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516900; }

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

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

background-color css

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

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

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

border-color css

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

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

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