#3F5E01

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

Shades of Verdun Green #3F5E01

Tints of Verdun Green #3F5E01

Color information

#3F5E01 (or 0x3F5E01) is unknown color: approx Verdun Green. HEX triplet: 3F, 5E and 01. RGB value is (63,94,1). Sum of RGB (Red+Green+Blue) = 63+94+1=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 94 (37.11% from 255 or 59.49% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5E01 is #C0A1FE. Grayscale: #4A4A4A. Windows color (decimal): -12624383 or 89663. OLE color: 89663.

HSL color Cylindrical-coordinate representation of color #3F5E01: hue angle of 80º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F5E01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB63941-
CMYK0.3300.990.63
HSL80º97.89%18.63%-
HSV(B)80º98.94%36.86%-
XYZ6.069.061.46-
YUV74.1386.73120.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 94 (37.11% from 255) = 59.49%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=39.87%
G=59.49%
B=0.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal639410.3300.990.638097.8918.63
Hex3F5E1210633F506213
Octal7713614101437712014223
Binary11111110111101100001011000111111111010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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