#4E6A10

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

Shades of Verdun Green #4E6A10

Tints of Verdun Green #4E6A10

Color information

#4E6A10 (or 0x4E6A10) is unknown color: approx Verdun Green. HEX triplet: 4E, 6A and 10. RGB value is (78,106,16). Sum of RGB (Red+Green+Blue) = 78+106+16=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6A10 is #B195EF. Grayscale: #575757. Windows color (decimal): -11638256 or 1075790. OLE color: 1075790.

HSL color Cylindrical-coordinate representation of color #4E6A10: hue angle of 78.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E6A10 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB7810616-
CMYK0.2600.850.58
HSL78.67º73.77%23.92%-
HSV(B)78.67º84.91%41.57%-
XYZ8.3911.972.36-
YUV87.3787.72121.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 16 (6.64% from 255) = 8%
R=39%
G=53%
B=8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78106160.2600.850.5878.6773.7723.92
Hex4E6A101A0553A4f4a18
Octal116152203201257211711230
Binary100111011010101000011010010101011110101001111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,16); }

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

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

 a { background-color: rgb(78,106,16); }

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

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

 span { border-color: rgb(78,106,16); }

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