#3F6E01

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

Shades of Verdun Green #3F6E01

Tints of Verdun Green #3F6E01

Color information

#3F6E01 (or 0x3F6E01) is unknown color: approx Verdun Green. HEX triplet: 3F, 6E and 01. RGB value is (63,110,1). Sum of RGB (Red+Green+Blue) = 63+110+1=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 110 (43.36% from 255 or 63.22% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6E01 is #C091FE. Grayscale: #535353. Windows color (decimal): -12620287 or 93759. OLE color: 93759.

HSL color Cylindrical-coordinate representation of color #3F6E01: hue angle of 85.87º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F6E01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB631101-
CMYK0.4300.990.57
HSL85.87º98.2%21.76%-
HSV(B)85.87º99.09%43.14%-
XYZ7.6312.211.98-
YUV83.5281.43113.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 110 (43.36% from 255) = 63.22%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=36.21%
G=63.22%
B=0.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6311010.4300.990.5785.8798.221.76
Hex3F6E12B06339566216
Octal7715615301437112614226
Binary11111111011101101011011000111110011010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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