Html Css Color HEX #516406 Verdun Green

📋 copy color: '#516406'

red 81 ◦ green 100 ◦ blue 6

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

Shades of Verdun Green #516406

Tints of Verdun Green #516406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 43.32%
G = 53.48%
B = 3.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#516406 (or 0x516406) is known color: Verdun Green. HEX triplet: 51, 64 and 06. RGB value is (81,100,6). Sum of RGB (Red+Green+Blue) = 81+100+6=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #516406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516406 is #AE9BF9. Grayscale: #535353. Windows color (decimal): -11443194 or 418897. OLE color: 418897.

HSL color Cylindrical-coordinate representation of color #516406: hue angle of 72.13º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #516406 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 6 -
CMYK 0.19 0 0.94 0.61
HSL 72.13º 0.89% 0.21% -
HSV(B) 72.13º 0.94% 0.39% -
XYZ 7.98 10.88 1.85 -
YUV 83.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 81 100 6 0.19 0 0.94 0.61 72.13 0.89 0.21
Hex 51 64 6 13 0 5E 3D 48 59 15
Octal 121 144 6 23 0 136 75 110 131 25
Binary 1010001 1100100 110 10011 0 1011110 111101 1001000 1011001 10101

Color Harmonies of #516406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516406

Black with #516406

Text Example


Text Example

White with #516406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516406; }

 p { color: rgb(81,100,6); }

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

background-color css

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

 a { background-color: rgb(81,100,6); }

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

border-color css

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

 span { border-color: rgb(81,100,6); }

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