#3F4701

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

Shades of Verdun Green #3F4701

Tints of Verdun Green #3F4701

Color information

#3F4701 (or 0x3F4701) is unknown color: approx Verdun Green. HEX triplet: 3F, 47 and 01. RGB value is (63,71,1). Sum of RGB (Red+Green+Blue) = 63+71+1=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4701 is #C0B8FE. Grayscale: #3C3C3C. Windows color (decimal): -12630271 or 83775. OLE color: 83775.

HSL color Cylindrical-coordinate representation of color #3F4701: hue angle of 66.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F4701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB63711-
CMYK0.1100.990.72
HSL66.86º97.22%14.12%-
HSV(B)66.86º98.59%27.84%-
XYZ4.315.570.88-
YUV60.6394.35129.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=46.67%
G=52.59%
B=0.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal637110.1100.990.7266.8697.2214.12
Hex3F471B063484361e
Octal77107113014311010314116
Binary111111100011111011011000111001000100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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