#4E5F03

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

Shades of Verdun Green #4E5F03

Tints of Verdun Green #4E5F03

Color information

#4E5F03 (or 0x4E5F03) is unknown color: approx Verdun Green. HEX triplet: 4E, 5F and 03. RGB value is (78,95,3). Sum of RGB (Red+Green+Blue) = 78+95+3=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5F03 is #B1A0FC. Grayscale: #4F4F4F. Windows color (decimal): -11641085 or 221006. OLE color: 221006.

HSL color Cylindrical-coordinate representation of color #4E5F03: hue angle of 71.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E5F03 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB78953-
CMYK0.1800.970.63
HSL71.09º93.88%19.22%-
HSV(B)71.09º96.84%37.25%-
XYZ7.259.811.6-
YUV79.4384.87126.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 95 (37.5% from 255) = 53.98%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=44.32%
G=53.98%
B=1.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal789530.1800.970.6371.0993.8819.22
Hex4E5F3120613F475e13
Octal11613732201417710713623
Binary100111010111111110010011000011111111000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,95,3); }

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

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

 a { background-color: rgb(78,95,3); }

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

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

 span { border-color: rgb(78,95,3); }

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