#514F05

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

Shades of Verdun Green #514F05

Tints of Verdun Green #514F05

Color information

#514F05 (or 0x514F05) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 05. RGB value is (81,79,5). Sum of RGB (Red+Green+Blue) = 81+79+5=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F05 is #AEB0FA. Grayscale: #474747. Windows color (decimal): -11448571 or 347985. OLE color: 347985.

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

Color convert

RGB81795-
CMYK00.020.940.68
HSL58.42º88.37%16.86%-
HSV(B)58.42º93.83%31.76%-
XYZ6.227.351.24-
YUV71.1690.66135.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=49.09%
G=47.88%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179500.020.940.6858.4288.3716.86
Hex514F5025E443a5811
Octal1211175021361047213021
Binary1010001100111110101010111101000100111010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,5); }

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

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

 a { background-color: rgb(81,79,5); }

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

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

 span { border-color: rgb(81,79,5); }

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