#3F490D

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

Shades of Verdun Green #3F490D

Tints of Verdun Green #3F490D

Color information

#3F490D (or 0x3F490D) is unknown color: approx Verdun Green. HEX triplet: 3F, 49 and 0D. RGB value is (63,73,13). Sum of RGB (Red+Green+Blue) = 63+73+13=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #3F490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F490D is #C0B6F2. Grayscale: #3F3F3F. Windows color (decimal): -12629747 or 870719. OLE color: 870719.

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

Color convert

RGB637313-
CMYK0.1400.820.71
HSL70º69.77%16.86%-
HSV(B)70º82.19%28.63%-
XYZ4.515.851.27-
YUV63.1799.69127.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=42.28%
G=48.99%
B=8.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6373130.1400.820.717069.7716.86
Hex3F49DE05247464611
Octal771111516012210710610621
Binary1111111001001110111100101001010001111000110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,13); }

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

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

 a { background-color: rgb(63,73,13); }

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

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

 span { border-color: rgb(63,73,13); }

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