#3F7001

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

Shades of Verdun Green #3F7001

Tints of Verdun Green #3F7001

Color information

#3F7001 (or 0x3F7001) is unknown color: approx Verdun Green. HEX triplet: 3F, 70 and 01. RGB value is (63,112,1). Sum of RGB (Red+Green+Blue) = 63+112+1=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7001 is #C08FFE. Grayscale: #555555. Windows color (decimal): -12619775 or 94271. OLE color: 94271.

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

Color convert

RGB631121-
CMYK0.4400.990.56
HSL86.49º98.23%22.16%-
HSV(B)86.49º99.11%43.92%-
XYZ7.8512.652.06-
YUV84.780.77112.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 112 (44.14% from 255) = 63.64%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=35.80%
G=63.64%
B=0.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6311210.4400.990.5686.4998.2322.16
Hex3F7012C06338566216
Octal7716015401437012614226
Binary11111111100001101100011000111110001010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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