#4E6313

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

Shades of Verdun Green #4E6313

Tints of Verdun Green #4E6313

Color information

#4E6313 (or 0x4E6313) is unknown color: approx Verdun Green. HEX triplet: 4E, 63 and 13. RGB value is (78,99,19). Sum of RGB (Red+Green+Blue) = 78+99+19=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6313 is #B19CEC. Grayscale: #535353. Windows color (decimal): -11640045 or 1270606. OLE color: 1270606.

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

Color convert

RGB789919-
CMYK0.2100.810.61
HSL75.75º67.8%23.14%-
HSV(B)75.75º80.81%38.82%-
XYZ7.7210.592.25-
YUV83.691.54124-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=39.80%
G=50.51%
B=9.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7899190.2100.810.6175.7567.823.14
Hex4E6313150513D4c4417
Octal116143232501217511410427
Binary100111011000111001110101010100011111011001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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