#514F10

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

Shades of Verdun Green #514F10

Tints of Verdun Green #514F10

Color information

#514F10 (or 0x514F10) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 10. RGB value is (81,79,16). Sum of RGB (Red+Green+Blue) = 81+79+16=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F10 is #AEB0EF. Grayscale: #484848. Windows color (decimal): -11448560 or 1068881. OLE color: 1068881.

HSL color Cylindrical-coordinate representation of color #514F10: hue angle of 58.15º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #514F10 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB817916-
CMYK00.020.800.68
HSL58.15º67.01%19.02%-
HSV(B)58.15º80.25%31.76%-
XYZ6.287.381.58-
YUV72.4296.16134.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.02%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=46.02%
G=44.89%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81791600.020.800.6858.1567.0119.02
Hex514F100250443a4313
Octal12111720021201047210323
Binary101000110011111000001010100001000100111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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