#514A04

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

Shades of Verdun Green #514A04

Tints of Verdun Green #514A04

Color information

#514A04 (or 0x514A04) is unknown color: approx Verdun Green. HEX triplet: 51, 4A and 04. RGB value is (81,74,4). Sum of RGB (Red+Green+Blue) = 81+74+4=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A04 is #AEB5FB. Grayscale: #444444. Windows color (decimal): -11449852 or 281169. OLE color: 281169.

HSL color Cylindrical-coordinate representation of color #514A04: hue angle of 54.55º 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 #514A04 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81744-
CMYK00.090.950.68
HSL54.55º90.59%16.67%-
HSV(B)54.55º95.06%31.76%-
XYZ5.866.661.09-
YUV68.1191.82137.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=50.94%
G=46.54%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8174400.090.950.6854.5590.5916.67
Hex514A4095F44375b11
Octal12111240111371046713321
Binary101000110010101000100110111111000100110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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