#3F491A

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

Shades of Verdun Green #3F491A

Tints of Verdun Green #3F491A

Color information

#3F491A (or 0x3F491A) is unknown color: approx Verdun Green. HEX triplet: 3F, 49 and 1A. RGB value is (63,73,26). Sum of RGB (Red+Green+Blue) = 63+73+26=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #3F491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F491A is #C0B6E5. Grayscale: #404040. Windows color (decimal): -12629734 or 1722687. OLE color: 1722687.

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

Color convert

RGB637326-
CMYK0.1400.640.71
HSL72.77º47.47%19.41%-
HSV(B)72.77º64.38%28.63%-
XYZ4.625.91.87-
YUV64.65106.19126.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=38.89%
G=45.06%
B=16.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6373260.1400.640.7172.7747.4719.41
Hex3F491AE04047492f13
Octal77111321601001071115723
Binary1111111001001110101110010000001000111100100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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