#3F5401

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

Shades of Verdun Green #3F5401

Tints of Verdun Green #3F5401

Color information

#3F5401 (or 0x3F5401) is unknown color: approx Verdun Green. HEX triplet: 3F, 54 and 01. RGB value is (63,84,1). Sum of RGB (Red+Green+Blue) = 63+84+1=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5401 is #C0ABFE. Grayscale: #444444. Windows color (decimal): -12626943 or 87103. OLE color: 87103.

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

Color convert

RGB63841-
CMYK0.2500.990.67
HSL75.18º97.65%16.67%-
HSV(B)75.18º98.81%32.94%-
XYZ5.237.41.18-
YUV68.2690.04124.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=42.57%
G=56.76%
B=0.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638410.2500.990.6775.1897.6516.67
Hex3F54119063434b6211
Octal77124131014310311314221
Binary11111110101001110010110001110000111001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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