#4E6110

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

Shades of Verdun Green #4E6110

Tints of Verdun Green #4E6110

Color information

#4E6110 (or 0x4E6110) is unknown color: approx Verdun Green. HEX triplet: 4E, 61 and 10. RGB value is (78,97,16). Sum of RGB (Red+Green+Blue) = 78+97+16=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6110 is #B19EEF. Grayscale: #525252. Windows color (decimal): -11640560 or 1073486. OLE color: 1073486.

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

Color convert

RGB789716-
CMYK0.2000.840.62
HSL74.07º71.68%22.16%-
HSV(B)74.07º83.51%38.04%-
XYZ7.5110.212.06-
YUV82.0890.71125.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=40.84%
G=50.79%
B=8.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897160.2000.840.6274.0771.6822.16
Hex4E6110140543E4a4816
Octal116141202401247611211026
Binary100111011000011000010100010101001111101001010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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