#514F00

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

Shades of Verdun Green #514F00

Tints of Verdun Green #514F00

Color information

#514F00 (or 0x514F00) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 00. RGB value is (81,79,0). Sum of RGB (Red+Green+Blue) = 81+79+0=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F00 is #AEB0FF. Grayscale: #464646. Windows color (decimal): -11448576 or 20305. OLE color: 20305.

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

Color convert

RGB81790-
CMYK00.0210.68
HSL58.52º100%15.88%-
HSV(B)58.52º100%31.76%-
XYZ6.197.341.09-
YUV70.5988.16135.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.62%
G=49.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179000.0210.6858.5210015.88
Hex514F00264443b6410
Octal1211170021441047314420
Binary10100011001111001011001001000100111011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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