#4E660D

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

Shades of Verdun Green #4E660D

Tints of Verdun Green #4E660D

Color information

#4E660D (or 0x4E660D) is unknown color: approx Verdun Green. HEX triplet: 4E, 66 and 0D. RGB value is (78,102,13). Sum of RGB (Red+Green+Blue) = 78+102+13=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #4E660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E660D is #B199F2. Grayscale: #555555. Windows color (decimal): -11639283 or 878158. OLE color: 878158.

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

Color convert

RGB7810213-
CMYK0.2400.870.6
HSL76.18º77.39%22.55%-
HSV(B)76.18º87.25%40%-
XYZ7.9711.152.11-
YUV84.6887.55123.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=40.41%
G=52.85%
B=6.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78102130.2400.870.676.1877.3922.55
Hex4E66D180573C4c4d17
Octal116146153001277411411527
Binary10011101100110110111000010101111111001001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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