#3E480D

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

Shades of Verdun Green #3E480D

Tints of Verdun Green #3E480D

Color information

#3E480D (or 0x3E480D) is unknown color: approx Verdun Green. HEX triplet: 3E, 48 and 0D. RGB value is (62,72,13). Sum of RGB (Red+Green+Blue) = 62+72+13=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #3E480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E480D is #C1B7F2. Grayscale: #3E3E3E. Windows color (decimal): -12695539 or 870462. OLE color: 870462.

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

Color convert

RGB627213-
CMYK0.1400.820.72
HSL70.17º69.41%16.67%-
HSV(B)70.17º81.94%28.24%-
XYZ4.385.691.25-
YUV62.28100.19127.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=42.18%
G=48.98%
B=8.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272130.1400.820.7270.1769.4116.67
Hex3E48DE05248464511
Octal761101516012211010610521
Binary1111101001000110111100101001010010001000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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