#4E5808

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

Shades of Verdun Green #4E5808

Tints of Verdun Green #4E5808

Color information

#4E5808 (or 0x4E5808) is unknown color: approx Verdun Green. HEX triplet: 4E, 58 and 08. RGB value is (78,88,8). Sum of RGB (Red+Green+Blue) = 78+88+8=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5808 is #B1A7F7. Grayscale: #4C4C4C. Windows color (decimal): -11642872 or 546894. OLE color: 546894.

HSL color Cylindrical-coordinate representation of color #4E5808: hue angle of 67.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E5808 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB78888-
CMYK0.1100.910.65
HSL67.5º83.33%18.82%-
HSV(B)67.5º90.91%34.51%-
XYZ6.688.621.54-
YUV75.8989.69129.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=44.83%
G=50.57%
B=4.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788880.1100.910.6567.583.3318.82
Hex4E588B05B41445313
Octal1161301013013310110412323
Binary10011101011000100010110101101110000011000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,8); }

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

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

 a { background-color: rgb(78,88,8); }

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

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

 span { border-color: rgb(78,88,8); }

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