#4E600D

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

Shades of Verdun Green #4E600D

Tints of Verdun Green #4E600D

Color information

#4E600D (or 0x4E600D) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 0D. RGB value is (78,96,13). Sum of RGB (Red+Green+Blue) = 78+96+13=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #4E600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E600D is #B19FF2. Grayscale: #515151. Windows color (decimal): -11640819 or 876622. OLE color: 876622.

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

Color convert

RGB789613-
CMYK0.1900.860.62
HSL73.01º76.15%21.37%-
HSV(B)73.01º86.46%37.65%-
XYZ7.410.011.92-
YUV81.1689.54125.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=41.71%
G=51.34%
B=6.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896130.1900.860.6273.0176.1521.37
Hex4E60D130563E494c15
Octal116140152301267611111425
Binary10011101100000110110011010101101111101001001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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