#514E06

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

Shades of Verdun Green #514E06

Tints of Verdun Green #514E06

Color information

#514E06 (or 0x514E06) is unknown color: approx Verdun Green. HEX triplet: 51, 4E and 06. RGB value is (81,78,6). Sum of RGB (Red+Green+Blue) = 81+78+6=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E06 is #AEB1F9. Grayscale: #464646. Windows color (decimal): -11448826 or 413265. OLE color: 413265.

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

Color convert

RGB81786-
CMYK00.040.930.68
HSL57.6º86.21%17.06%-
HSV(B)57.6º92.59%31.76%-
XYZ6.157.211.24-
YUV70.6991.49135.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=49.09%
G=47.27%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8178600.040.930.6857.686.2117.06
Hex514E6045D443a5611
Octal1211166041351047212621
Binary10100011001110110010010111011000100111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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