#4E6111

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

Shades of Verdun Green #4E6111

Tints of Verdun Green #4E6111

Color information

#4E6111 (or 0x4E6111) is unknown color: approx Verdun Green. HEX triplet: 4E, 61 and 11. RGB value is (78,97,17). Sum of RGB (Red+Green+Blue) = 78+97+17=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6111 is #B19EEE. Grayscale: #525252. Windows color (decimal): -11640559 or 1139022. OLE color: 1139022.

HSL color Cylindrical-coordinate representation of color #4E6111: hue angle of 74.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E6111 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB789717-
CMYK0.2000.820.62
HSL74.25º70.18%22.35%-
HSV(B)74.25º82.47%38.04%-
XYZ7.5210.212.1-
YUV82.291.21125-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=40.62%
G=50.52%
B=8.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897170.2000.820.6274.2570.1822.35
Hex4E6111140523E4a4616
Octal116141212401227611210626
Binary100111011000011000110100010100101111101001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,17); }

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

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

 a { background-color: rgb(78,97,17); }

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

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

 span { border-color: rgb(78,97,17); }

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