#3E490F

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

Shades of Verdun Green #3E490F

Tints of Verdun Green #3E490F

Color information

#3E490F (or 0x3E490F) is unknown color: approx Verdun Green. HEX triplet: 3E, 49 and 0F. RGB value is (62,73,15). Sum of RGB (Red+Green+Blue) = 62+73+15=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #3E490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E490F is #C1B6F0. Grayscale: #3F3F3F. Windows color (decimal): -12695281 or 1001790. OLE color: 1001790.

HSL color Cylindrical-coordinate representation of color #3E490F: hue angle of 71.38º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E490F is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB627315-
CMYK0.1500.790.71
HSL71.38º65.91%17.25%-
HSV(B)71.38º79.45%28.63%-
XYZ4.465.821.34-
YUV63.1100.86127.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 15 (6.25% from 255) = 10%
R=41.33%
G=48.67%
B=10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6273150.1500.790.7171.3865.9117.25
Hex3E49FF04F47474211
Octal761111717011710710710221
Binary1111101001001111111110100111110001111000111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,15); }

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

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

 a { background-color: rgb(62,73,15); }

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

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

 span { border-color: rgb(62,73,15); }

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