#3E4703

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

Shades of Verdun Green #3E4703

Tints of Verdun Green #3E4703

Color information

#3E4703 (or 0x3E4703) is unknown color: approx Verdun Green. HEX triplet: 3E, 47 and 03. RGB value is (62,71,3). Sum of RGB (Red+Green+Blue) = 62+71+3=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #3E4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4703 is #C1B8FC. Grayscale: #3C3C3C. Windows color (decimal): -12695805 or 214846. OLE color: 214846.

HSL color Cylindrical-coordinate representation of color #3E4703: hue angle of 67.94º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E4703 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB62713-
CMYK0.1300.960.72
HSL67.94º91.89%14.51%-
HSV(B)67.94º95.77%27.84%-
XYZ4.265.540.93-
YUV60.5695.52129.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=45.59%
G=52.21%
B=2.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal627130.1300.960.7267.9491.8914.51
Hex3E473D06048445cf
Octal76107315014011010413417
Binary1111101000111111101011000001001000100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,71,3); }

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

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

 a { background-color: rgb(62,71,3); }

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

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

 span { border-color: rgb(62,71,3); }

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