#3E4F01

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

Shades of Verdun Green #3E4F01

Tints of Verdun Green #3E4F01

Color information

#3E4F01 (or 0x3E4F01) is unknown color: approx Verdun Green. HEX triplet: 3E, 4F and 01. RGB value is (62,79,1). Sum of RGB (Red+Green+Blue) = 62+79+1=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4F01 is #C1B0FE. Grayscale: #414141. Windows color (decimal): -12693759 or 85822. OLE color: 85822.

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

Color convert

RGB62791-
CMYK0.2200.990.69
HSL73.08º97.5%15.69%-
HSV(B)73.08º98.73%30.98%-
XYZ4.796.621.05-
YUV65.0391.87125.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 79 (31.25% from 255) = 55.63%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=43.66%
G=55.63%
B=0.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal627910.2200.990.6973.0897.515.69
Hex3E4F11606345496210
Octal76117126014310511114220
Binary11111010011111101100110001110001011001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,1); }

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

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

 a { background-color: rgb(62,79,1); }

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

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

 span { border-color: rgb(62,79,1); }

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