#3E6307

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

Shades of Verdun Green #3E6307

Tints of Verdun Green #3E6307

Color information

#3E6307 (or 0x3E6307) is unknown color: approx Verdun Green. HEX triplet: 3E, 63 and 07. RGB value is (62,99,7). Sum of RGB (Red+Green+Blue) = 62+99+7=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6307 is #C19CF8. Grayscale: #4D4D4D. Windows color (decimal): -12688633 or 484158. OLE color: 484158.

HSL color Cylindrical-coordinate representation of color #3E6307: hue angle of 84.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E6307 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB62997-
CMYK0.3700.930.61
HSL84.13º86.79%20.78%-
HSV(B)84.13º92.93%38.82%-
XYZ6.499.961.78-
YUV77.4588.24116.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.90%
GREEN value IS 99 (39.06% from 255) = 58.93%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=36.90%
G=58.93%
B=4.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal629970.3700.930.6184.1386.7920.78
Hex3E6372505D3D545715
Octal7614374501357512412725
Binary1111101100011111100101010111011111011010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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