#3E6007

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

Shades of Verdun Green #3E6007

Tints of Verdun Green #3E6007

Color information

#3E6007 (or 0x3E6007) is unknown color: approx Verdun Green. HEX triplet: 3E, 60 and 07. RGB value is (62,96,7). Sum of RGB (Red+Green+Blue) = 62+96+7=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6007 is #C19FF8. Grayscale: #4C4C4C. Windows color (decimal): -12689401 or 483390. OLE color: 483390.

HSL color Cylindrical-coordinate representation of color #3E6007: hue angle of 82.92º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E6007 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB62967-
CMYK0.3500.930.62
HSL82.92º86.41%20.2%-
HSV(B)82.92º92.71%37.65%-
XYZ6.219.411.69-
YUV75.6989.24118.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 96 (37.89% from 255) = 58.18%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=37.58%
G=58.18%
B=4.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal629670.3500.930.6282.9286.4120.2
Hex3E6072305D3E535614
Octal7614074301357612312624
Binary1111101100000111100011010111011111101010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,7); }

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

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

 a { background-color: rgb(62,96,7); }

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

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

 span { border-color: rgb(62,96,7); }

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