#3F4E01

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

Shades of Verdun Green #3F4E01

Tints of Verdun Green #3F4E01

Color information

#3F4E01 (or 0x3F4E01) is unknown color: approx Verdun Green. HEX triplet: 3F, 4E and 01. RGB value is (63,78,1). Sum of RGB (Red+Green+Blue) = 63+78+1=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4E01 is #C0B1FE. Grayscale: #414141. Windows color (decimal): -12628479 or 85567. OLE color: 85567.

HSL color Cylindrical-coordinate representation of color #3F4E01: hue angle of 71.69º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F4E01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB63781-
CMYK0.1900.990.69
HSL71.69º97.47%15.49%-
HSV(B)71.69º98.72%30.59%-
XYZ4.786.511.03-
YUV64.7492.03126.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 78 (30.86% from 255) = 54.93%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=44.37%
G=54.93%
B=0.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal637810.1900.990.6971.6997.4715.49
Hex3F4E113063454861f
Octal77116123014310511014117
Binary1111111001110110011011000111000101100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,78,1); }

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

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

 a { background-color: rgb(63,78,1); }

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

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

 span { border-color: rgb(63,78,1); }

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