#4e6f0a

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

Shades of Verdun Green #4E6F0A

Tints of Verdun Green #4E6F0A

Color information

#4E6F0A (or 0x4E6F0A) is unknown color: approx Verdun Green. HEX triplet: 4E, 6F and 0A. RGB value is (78,111,10). Sum of RGB (Red+Green+Blue) = 78+111+10=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6F0A is #B190F5. Grayscale: #595959. Windows color (decimal): -11636982 or 683854. OLE color: 683854.

HSL color Cylindrical-coordinate representation of color #4E6F0A: hue angle of 79.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E6F0A is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB7811110-
CMYK0.3000.910.56
HSL79.6º83.47%23.73%-
HSV(B)79.6º90.99%43.53%-
XYZ8.8813.012.33-
YUV89.6283.07119.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.20%
GREEN value IS 111 (43.75% from 255) = 55.78%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=39.20%
G=55.78%
B=5.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78111100.3000.910.5679.683.4723.73
Hex4E6FA1E05B38505318
Octal116157123601337012012330
Binary10011101101111101011110010110111110001010000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e6f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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