#3E5C01

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

Shades of Verdun Green #3E5C01

Tints of Verdun Green #3E5C01

Color information

#3E5C01 (or 0x3E5C01) is unknown color: approx Verdun Green. HEX triplet: 3E, 5C and 01. RGB value is (62,92,1). Sum of RGB (Red+Green+Blue) = 62+92+1=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #3E5C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5C01 is #C1A3FE. Grayscale: #484848. Windows color (decimal): -12690431 or 89150. OLE color: 89150.

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

Color convert

RGB62921-
CMYK0.3300.990.64
HSL79.78º97.85%18.24%-
HSV(B)79.78º98.91%36.08%-
XYZ5.828.681.4-
YUV72.6687.56120.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 59.35%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=40%
G=59.35%
B=0.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal629210.3300.990.6479.7897.8518.24
Hex3E5C12106340506212
Octal76134141014310012014222
Binary111110101110011000010110001110000001010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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