#3E7005

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

Shades of Verdun Green #3E7005

Tints of Verdun Green #3E7005

Color information

#3E7005 (or 0x3E7005) is unknown color: approx Verdun Green. HEX triplet: 3E, 70 and 05. RGB value is (62,112,5). Sum of RGB (Red+Green+Blue) = 62+112+5=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7005 is #C18FFA. Grayscale: #555555. Windows color (decimal): -12685307 or 356414. OLE color: 356414.

HSL color Cylindrical-coordinate representation of color #3E7005: hue angle of 88.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E7005 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB621125-
CMYK0.4500.960.56
HSL88.04º91.45%22.94%-
HSV(B)88.04º95.54%43.92%-
XYZ7.8112.622.17-
YUV84.8582.94111.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.64%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=34.64%
G=62.57%
B=2.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6211250.4500.960.5688.0491.4522.94
Hex3E7052D06038585b17
Octal7616055501407013013327
Binary1111101110000101101101011000001110001011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,5); }

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

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

 a { background-color: rgb(62,112,5); }

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

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

 span { border-color: rgb(62,112,5); }

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