#4E5916

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

Shades of Verdun Green #4E5916

Tints of Verdun Green #4E5916

Color information

#4E5916 (or 0x4E5916) is unknown color: approx Verdun Green. HEX triplet: 4E, 59 and 16. RGB value is (78,89,22). Sum of RGB (Red+Green+Blue) = 78+89+22=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5916 is #B1A6E9. Grayscale: #4E4E4E. Windows color (decimal): -11642602 or 1464654. OLE color: 1464654.

HSL color Cylindrical-coordinate representation of color #4E5916: hue angle of 69.85º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E5916 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB788922-
CMYK0.1200.750.65
HSL69.85º60.36%21.76%-
HSV(B)69.85º75.28%34.9%-
XYZ6.868.822.1-
YUV78.0796.36127.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=41.27%
G=47.09%
B=11.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7889220.1200.750.6569.8560.3621.76
Hex4E5916C04B41463c16
Octal116131261401131011067426
Binary10011101011001101101100010010111000001100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,89,22); }

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

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

 a { background-color: rgb(78,89,22); }

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

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

 span { border-color: rgb(78,89,22); }

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