#4E601F

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

Shades of Verdun Green #4E601F

Tints of Verdun Green #4E601F

Color information

#4E601F (or 0x4E601F) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 1F. RGB value is (78,96,31). Sum of RGB (Red+Green+Blue) = 78+96+31=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #4E601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E601F is #B19FE0. Grayscale: #535353. Windows color (decimal): -11640801 or 2056270. OLE color: 2056270.

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

Color convert

RGB789631-
CMYK0.1900.680.62
HSL76.62º51.18%24.9%-
HSV(B)76.62º67.71%37.65%-
XYZ7.5710.082.84-
YUV83.2198.54124.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=38.05%
G=46.83%
B=15.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896310.1900.680.6276.6251.1824.9
Hex4E601F130443E4d3319
Octal11614037230104761156331
Binary10011101100000111111001101000100111110100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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