#3E5705

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

Shades of Verdun Green #3E5705

Tints of Verdun Green #3E5705

Color information

#3E5705 (or 0x3E5705) is unknown color: approx Verdun Green. HEX triplet: 3E, 57 and 05. RGB value is (62,87,5). Sum of RGB (Red+Green+Blue) = 62+87+5=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #3E5705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5705 is #C1A8FA. Grayscale: #464646. Windows color (decimal): -12691707 or 350014. OLE color: 350014.

HSL color Cylindrical-coordinate representation of color #3E5705: hue angle of 78.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E5705 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB62875-
CMYK0.2900.940.66
HSL78.29º89.13%18.04%-
HSV(B)78.29º94.25%34.12%-
XYZ5.427.851.37-
YUV70.1891.22122.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 56.49%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=40.26%
G=56.49%
B=3.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal628750.2900.940.6678.2989.1318.04
Hex3E5751D05E424e5912
Octal76127535013610211613122
Binary1111101010111101111010101111010000101001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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