#3E6A01

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

Shades of Verdun Green #3E6A01

Tints of Verdun Green #3E6A01

Color information

#3E6A01 (or 0x3E6A01) is unknown color: approx Verdun Green. HEX triplet: 3E, 6A and 01. RGB value is (62,106,1). Sum of RGB (Red+Green+Blue) = 62+106+1=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6A01 is #C195FE. Grayscale: #515151. Windows color (decimal): -12686847 or 92734. OLE color: 92734.

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

Color convert

RGB621061-
CMYK0.4200.990.58
HSL85.14º98.13%20.98%-
HSV(B)85.14º99.06%41.57%-
XYZ7.1511.331.84-
YUV80.8782.92114.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=36.69%
G=62.72%
B=0.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6210610.4200.990.5885.1498.1320.98
Hex3E6A12A0633A556215
Octal7615215201437212514225
Binary11111011010101101010011000111110101010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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