#4E6016

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

Shades of Verdun Green #4E6016

Tints of Verdun Green #4E6016

Color information

#4E6016 (or 0x4E6016) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 16. RGB value is (78,96,22). Sum of RGB (Red+Green+Blue) = 78+96+22=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6016 is #B19FE9. Grayscale: #525252. Windows color (decimal): -11640810 or 1466446. OLE color: 1466446.

HSL color Cylindrical-coordinate representation of color #4E6016: hue angle of 74.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E6016 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB789622-
CMYK0.1900.770.62
HSL74.59º62.71%23.14%-
HSV(B)74.59º77.08%37.65%-
XYZ7.4710.042.3-
YUV82.1894.04125.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=39.80%
G=48.98%
B=11.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896220.1900.770.6274.5962.7123.14
Hex4E60161304D3E4b3f17
Octal11614026230115761137727
Binary10011101100000101101001101001101111110100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E6016; }

 p { color: rgb(78,96,22); }

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

<style>
 a { background-color: #4E6016; }

 a { background-color: rgb(78,96,22); }

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

<style>
 span { border-color: #4E6016; }

 span { border-color: rgb(78,96,22); }

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