#4E6310

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

Shades of Verdun Green #4E6310

Tints of Verdun Green #4E6310

Color information

#4E6310 (or 0x4E6310) is unknown color: approx Verdun Green. HEX triplet: 4E, 63 and 10. RGB value is (78,99,16). Sum of RGB (Red+Green+Blue) = 78+99+16=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6310 is #B19CEF. Grayscale: #535353. Windows color (decimal): -11640048 or 1073998. OLE color: 1073998.

HSL color Cylindrical-coordinate representation of color #4E6310: hue angle of 75.18º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E6310 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB789916-
CMYK0.2100.840.61
HSL75.18º72.17%22.55%-
HSV(B)75.18º83.84%38.82%-
XYZ7.710.582.13-
YUV83.2690.04124.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=40.41%
G=51.30%
B=8.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899160.2100.840.6175.1872.1722.55
Hex4E6310150543D4b4817
Octal116143202501247511311027
Binary100111011000111000010101010101001111011001011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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