#3E7003

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

Shades of Verdun Green #3E7003

Tints of Verdun Green #3E7003

Color information

#3E7003 (or 0x3E7003) is unknown color: approx Verdun Green. HEX triplet: 3E, 70 and 03. RGB value is (62,112,3). Sum of RGB (Red+Green+Blue) = 62+112+3=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7003 is #C18FFC. Grayscale: #555555. Windows color (decimal): -12685309 or 225342. OLE color: 225342.

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

Color convert

RGB621123-
CMYK0.4500.970.56
HSL87.52º94.78%22.55%-
HSV(B)87.52º97.32%43.92%-
XYZ7.812.622.11-
YUV84.6281.94111.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=35.03%
G=63.28%
B=1.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6211230.4500.970.5687.5294.7822.55
Hex3E7032D06138585f17
Octal7616035501417013013727
Binary111110111000011101101011000011110001011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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