#4E601D

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

Shades of Verdun Green #4E601D

Tints of Verdun Green #4E601D

Color information

#4E601D (or 0x4E601D) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 1D. RGB value is (78,96,29). Sum of RGB (Red+Green+Blue) = 78+96+29=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #4E601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E601D is #B19FE2. Grayscale: #535353. Windows color (decimal): -11640803 or 1925198. OLE color: 1925198.

HSL color Cylindrical-coordinate representation of color #4E601D: hue angle of 76.12º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E601D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB789629-
CMYK0.1900.700.62
HSL76.12º53.6%24.51%-
HSV(B)76.12º69.79%37.65%-
XYZ7.5510.072.71-
YUV82.9897.54124.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=38.42%
G=47.29%
B=14.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896290.1900.700.6276.1253.624.51
Hex4E601D130463E4c3619
Octal11614035230106761146631
Binary10011101100000111011001101000110111110100110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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