#514E04

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

Shades of Verdun Green #514E04

Tints of Verdun Green #514E04

Color information

#514E04 (or 0x514E04) is unknown color: approx Verdun Green. HEX triplet: 51, 4E and 04. RGB value is (81,78,4). Sum of RGB (Red+Green+Blue) = 81+78+4=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E04 is #AEB1FB. Grayscale: #464646. Windows color (decimal): -11448828 or 282193. OLE color: 282193.

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

Color convert

RGB81784-
CMYK00.040.950.68
HSL57.66º90.59%16.67%-
HSV(B)57.66º95.06%31.76%-
XYZ6.147.211.18-
YUV70.4690.49135.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 78 (30.86% from 255) = 47.85%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=49.69%
G=47.85%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8178400.040.950.6857.6690.5916.67
Hex514E4045F443a5b11
Octal1211164041371047213321
Binary10100011001110100010010111111000100111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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