#514D0F

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

Shades of Verdun Green #514D0F

Tints of Verdun Green #514D0F

Color information

#514D0F (or 0x514D0F) is unknown color: approx Verdun Green. HEX triplet: 51, 4D and 0F. RGB value is (81,77,15). Sum of RGB (Red+Green+Blue) = 81+77+15=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D0F is #AEB2F0. Grayscale: #474747. Windows color (decimal): -11449073 or 1002833. OLE color: 1002833.

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

Color convert

RGB817715-
CMYK00.050.810.68
HSL56.36º68.75%18.82%-
HSV(B)56.36º81.48%31.76%-
XYZ6.137.091.5-
YUV71.1396.33135.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=46.82%
G=44.51%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81771500.050.810.6856.3668.7518.82
Hex514DF055144384513
Octal12111517051211047010523
Binary101000110011011111010110100011000100111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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