#514F04

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

Shades of Verdun Green #514F04

Tints of Verdun Green #514F04

Color information

#514F04 (or 0x514F04) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 04. RGB value is (81,79,4). Sum of RGB (Red+Green+Blue) = 81+79+4=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #514F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F04 is #AEB0FB. Grayscale: #474747. Windows color (decimal): -11448572 or 282449. OLE color: 282449.

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

Color convert

RGB81794-
CMYK00.020.950.68
HSL58.44º90.59%16.67%-
HSV(B)58.44º95.06%31.76%-
XYZ6.217.351.21-
YUV71.0590.16135.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=49.39%
G=48.17%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179400.020.950.6858.4490.5916.67
Hex514F4025F443a5b11
Octal1211174021371047213321
Binary1010001100111110001010111111000100111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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