#3E5415

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

Shades of Verdun Green #3E5415

Tints of Verdun Green #3E5415

Color information

#3E5415 (or 0x3E5415) is unknown color: approx Verdun Green. HEX triplet: 3E, 54 and 15. RGB value is (62,84,21). Sum of RGB (Red+Green+Blue) = 62+84+21=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5415 is #C1ABEA. Grayscale: #464646. Windows color (decimal): -12692459 or 1397822. OLE color: 1397822.

HSL color Cylindrical-coordinate representation of color #3E5415: hue angle of 80.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E5415 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB628421-
CMYK0.2600.750.67
HSL80.95º60%20.59%-
HSV(B)80.95º75%32.94%-
XYZ5.297.421.86-
YUV70.24100.21122.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=37.13%
G=50.30%
B=12.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284210.2600.750.6780.956020.59
Hex3E54151A04B43513c15
Octal76124253201131031217425
Binary11111010101001010111010010010111000011101000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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