#4E5000

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

Shades of Verdun Green #4E5000

Tints of Verdun Green #4E5000

Color information

#4E5000 (or 0x4E5000) is unknown color: approx Verdun Green. HEX triplet: 4E, 50 and 00. RGB value is (78,80,0). Sum of RGB (Red+Green+Blue) = 78+80+0=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5000 is #B1AFFF. Grayscale: #464646. Windows color (decimal): -11644928 or 20558. OLE color: 20558.

HSL color Cylindrical-coordinate representation of color #4E5000: hue angle of 61.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E5000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB78800-
CMYK0.02010.69
HSL61.5º100%15.69%-
HSV(B)61.5º100%31.37%-
XYZ6.017.361.1-
YUV70.2888.34133.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.37%
G=50.63%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal788000.02010.6961.510015.69
Hex4E5002064453e6410
Octal1161200201441057614420
Binary10011101010000010011001001000101111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,0); }

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

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

 a { background-color: rgb(78,80,0); }

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

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

 span { border-color: rgb(78,80,0); }

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