#3E4801

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

Shades of Verdun Green #3E4801

Tints of Verdun Green #3E4801

Color information

#3E4801 (or 0x3E4801) is unknown color: approx Verdun Green. HEX triplet: 3E, 48 and 01. RGB value is (62,72,1). Sum of RGB (Red+Green+Blue) = 62+72+1=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4801 is #C1B7FE. Grayscale: #3D3D3D. Windows color (decimal): -12695551 or 84030. OLE color: 84030.

HSL color Cylindrical-coordinate representation of color #3E4801: hue angle of 68.45º 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 #3E4801 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB62721-
CMYK0.1400.990.72
HSL68.45º97.26%14.31%-
HSV(B)68.45º98.61%28.24%-
XYZ4.315.660.89-
YUV60.9294.19128.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=45.93%
G=53.33%
B=0.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal627210.1400.990.7268.4597.2614.31
Hex3E481E063484461e
Octal76110116014311010414116
Binary111110100100011110011000111001000100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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