#4E6A13

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

Shades of Verdun Green #4E6A13

Tints of Verdun Green #4E6A13

Color information

#4E6A13 (or 0x4E6A13) is unknown color: approx Verdun Green. HEX triplet: 4E, 6A and 13. RGB value is (78,106,19). Sum of RGB (Red+Green+Blue) = 78+106+19=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6A13 is #B195EC. Grayscale: #585858. Windows color (decimal): -11638253 or 1272398. OLE color: 1272398.

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

Color convert

RGB7810619-
CMYK0.2600.820.58
HSL79.31º69.6%24.51%-
HSV(B)79.31º82.08%41.57%-
XYZ8.4111.972.48-
YUV87.7189.22121.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=38.42%
G=52.22%
B=9.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78106190.2600.820.5879.3169.624.51
Hex4E6A131A0523A4f4619
Octal116152233201227211710631
Binary100111011010101001111010010100101110101001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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