#4E660A

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

Shades of Verdun Green #4E660A

Tints of Verdun Green #4E660A

Color information

#4E660A (or 0x4E660A) is unknown color: approx Verdun Green. HEX triplet: 4E, 66 and 0A. RGB value is (78,102,10). Sum of RGB (Red+Green+Blue) = 78+102+10=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #4E660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E660A is #B199F5. Grayscale: #545454. Windows color (decimal): -11639286 or 681550. OLE color: 681550.

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

Color convert

RGB7810210-
CMYK0.2400.900.6
HSL75.65º82.14%21.96%-
HSV(B)75.65º90.2%40%-
XYZ7.9511.142.02-
YUV84.3486.05123.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 102 (40.23% from 255) = 53.68%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=41.05%
G=53.68%
B=5.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78102100.2400.900.675.6582.1421.96
Hex4E66A1805A3C4c5216
Octal116146123001327411412226
Binary10011101100110101011000010110101111001001100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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