#514D06

Color #514D06 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #514D06

Tints of Verdun Green #514D06

Color information

#514D06 (or 0x514D06) is unknown color: approx Verdun Green. HEX triplet: 51, 4D and 06. RGB value is (81,77,6). Sum of RGB (Red+Green+Blue) = 81+77+6=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D06 is #AEB2F9. Grayscale: #464646. Windows color (decimal): -11449082 or 413009. OLE color: 413009.

HSL color Cylindrical-coordinate representation of color #514D06: hue angle of 56.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #514D06 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81776-
CMYK00.050.930.68
HSL56.8º86.21%17.06%-
HSV(B)56.8º92.59%31.76%-
XYZ6.087.071.22-
YUV70.191.83135.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=49.39%
G=46.95%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8177600.050.930.6856.886.2117.06
Hex514D6055D44395611
Octal1211156051351047112621
Binary10100011001101110010110111011000100111001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D06; }

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

 H1.HeaderClassName
 {
   color: #514D06;
 }
 .AnyTagClassName
 {
   color: #514D06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #514D06;
 }
 .BgClassName
 {
   background-color: #514D06;
 }
</style>
border-color css

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

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

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