#4E6612

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

Shades of Verdun Green #4E6612

Tints of Verdun Green #4E6612

Color information

#4E6612 (or 0x4E6612) is unknown color: approx Verdun Green. HEX triplet: 4E, 66 and 12. RGB value is (78,102,18). Sum of RGB (Red+Green+Blue) = 78+102+18=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6612 is #B199ED. Grayscale: #555555. Windows color (decimal): -11639278 or 1205838. OLE color: 1205838.

HSL color Cylindrical-coordinate representation of color #4E6612: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E6612 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB7810218-
CMYK0.2400.820.6
HSL77.14º70%23.53%-
HSV(B)77.14º82.35%40%-
XYZ811.172.31-
YUV85.2590.05122.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=39.39%
G=51.52%
B=9.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78102180.2400.820.677.147023.53
Hex4E6612180523C4d4618
Octal116146223001227411510630
Binary100111011001101001011000010100101111001001101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,18); }

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

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

 a { background-color: rgb(78,102,18); }

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

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

 span { border-color: rgb(78,102,18); }

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