#3F4304

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

Shades of Verdun Green #3F4304

Tints of Verdun Green #3F4304

Color information

#3F4304 (or 0x3F4304) is unknown color: approx Verdun Green. HEX triplet: 3F, 43 and 04. RGB value is (63,67,4). Sum of RGB (Red+Green+Blue) = 63+67+4=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4304 is #C0BCFB. Grayscale: #3A3A3A. Windows color (decimal): -12631292 or 279359. OLE color: 279359.

HSL color Cylindrical-coordinate representation of color #3F4304: hue angle of 63.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F4304 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB63674-
CMYK0.0600.940.74
HSL63.81º88.73%13.92%-
HSV(B)63.81º94.03%26.27%-
XYZ4.085.080.88-
YUV58.6297.17131.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=47.01%
G=50%
B=2.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal636740.0600.940.7463.8188.7313.92
Hex3F434605E4A4059e
Octal7710346013611210013116
Binary1111111000011100110010111101001010100000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,4); }

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

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

 a { background-color: rgb(63,67,4); }

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

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

 span { border-color: rgb(63,67,4); }

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