#4E6419

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

Shades of Verdun Green #4E6419

Tints of Verdun Green #4E6419

Color information

#4E6419 (or 0x4E6419) is unknown color: approx Verdun Green. HEX triplet: 4E, 64 and 19. RGB value is (78,100,25). Sum of RGB (Red+Green+Blue) = 78+100+25=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6419 is #B19BE6. Grayscale: #555555. Windows color (decimal): -11639783 or 1664078. OLE color: 1664078.

HSL color Cylindrical-coordinate representation of color #4E6419: hue angle of 77.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E6419 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB7810025-
CMYK0.2200.750.61
HSL77.6º60%24.51%-
HSV(B)77.6º75%39.22%-
XYZ7.8710.82.59-
YUV84.8794.21123.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=38.42%
G=49.26%
B=12.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal78100250.2200.750.6177.66024.51
Hex4E64191604B3D4e3c19
Octal11614431260113751167431
Binary10011101100100110011011001001011111101100111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,25); }

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

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

 a { background-color: rgb(78,100,25); }

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

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

 span { border-color: rgb(78,100,25); }

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