#3E5015

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

Shades of Verdun Green #3E5015

Tints of Verdun Green #3E5015

Color information

#3E5015 (or 0x3E5015) is unknown color: approx Verdun Green. HEX triplet: 3E, 50 and 15. RGB value is (62,80,21). Sum of RGB (Red+Green+Blue) = 62+80+21=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5015 is #C1AFEA. Grayscale: #444444. Windows color (decimal): -12693483 or 1396798. OLE color: 1396798.

HSL color Cylindrical-coordinate representation of color #3E5015: hue angle of 78.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5015 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB628021-
CMYK0.2200.740.69
HSL78.31º58.42%19.8%-
HSV(B)78.31º73.75%31.37%-
XYZ4.996.821.76-
YUV67.89101.54123.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=38.04%
G=49.08%
B=12.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6280210.2200.740.6978.3158.4219.8
Hex3E50151604A454e3a14
Octal76120252601121051167224
Binary11111010100001010110110010010101000101100111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,21); }

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

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

 a { background-color: rgb(62,80,21); }

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

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

 span { border-color: rgb(62,80,21); }

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