#3E4505

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

Shades of Verdun Green #3E4505

Tints of Verdun Green #3E4505

Color information

#3E4505 (or 0x3E4505) is unknown color: approx Verdun Green. HEX triplet: 3E, 45 and 05. RGB value is (62,69,5). Sum of RGB (Red+Green+Blue) = 62+69+5=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4505 is #C1BAFA. Grayscale: #3B3B3B. Windows color (decimal): -12696315 or 345406. OLE color: 345406.

HSL color Cylindrical-coordinate representation of color #3E4505: hue angle of 66.56º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E4505 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB62695-
CMYK0.1000.930.73
HSL66.56º86.49%14.51%-
HSV(B)66.56º92.75%27.06%-
XYZ4.145.290.95-
YUV59.6197.18129.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=45.59%
G=50.74%
B=3.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal626950.1000.930.7366.5686.4914.51
Hex3E455A05D494356f
Octal76105512013511110312617
Binary11111010001011011010010111011001001100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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