#4E6C0A

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

Shades of Verdun Green #4E6C0A

Tints of Verdun Green #4E6C0A

Color information

#4E6C0A (or 0x4E6C0A) is unknown color: approx Verdun Green. HEX triplet: 4E, 6C and 0A. RGB value is (78,108,10). Sum of RGB (Red+Green+Blue) = 78+108+10=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6C0A is #B193F5. Grayscale: #585858. Windows color (decimal): -11637750 or 683086. OLE color: 683086.

HSL color Cylindrical-coordinate representation of color #4E6C0A: hue angle of 78.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E6C0A is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB7810810-
CMYK0.2800.910.58
HSL78.37º83.05%23.14%-
HSV(B)78.37º90.74%42.35%-
XYZ8.5612.372.22-
YUV87.8684.06120.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=39.80%
G=55.10%
B=5.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78108100.2800.910.5878.3783.0523.14
Hex4E6CA1C05B3A4e5317
Octal116154123401337211612327
Binary10011101101100101011100010110111110101001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,108,10); }

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

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

 a { background-color: rgb(78,108,10); }

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

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

 span { border-color: rgb(78,108,10); }

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