#3E4810

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

Shades of Verdun Green #3E4810

Tints of Verdun Green #3E4810

Color information

#3E4810 (or 0x3E4810) is unknown color: approx Verdun Green. HEX triplet: 3E, 48 and 10. RGB value is (62,72,16). Sum of RGB (Red+Green+Blue) = 62+72+16=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4810 is #C1B7EF. Grayscale: #3E3E3E. Windows color (decimal): -12695536 or 1067070. OLE color: 1067070.

HSL color Cylindrical-coordinate representation of color #3E4810: hue angle of 70.71º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E4810 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB627216-
CMYK0.1400.780.72
HSL70.71º63.64%17.25%-
HSV(B)70.71º77.78%28.24%-
XYZ4.45.71.36-
YUV62.63101.69127.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=41.33%
G=48%
B=10.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272160.1400.780.7270.7163.6417.25
Hex3E4810E04E48474011
Octal761102016011611010710021
Binary11111010010001000011100100111010010001000111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4810; }

 p { color: rgb(62,72,16); }

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

<style>
 a { background-color: #3E4810; }

 a { background-color: rgb(62,72,16); }

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

<style>
 span { border-color: #3E4810; }

 span { border-color: rgb(62,72,16); }

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