#3E6015

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

Shades of Verdun Green #3E6015

Tints of Verdun Green #3E6015

Color information

#3E6015 (or 0x3E6015) is unknown color: approx Verdun Green. HEX triplet: 3E, 60 and 15. RGB value is (62,96,21). Sum of RGB (Red+Green+Blue) = 62+96+21=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6015 is #C19FEA. Grayscale: #4D4D4D. Windows color (decimal): -12689387 or 1400894. OLE color: 1400894.

HSL color Cylindrical-coordinate representation of color #3E6015: hue angle of 87.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E6015 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB629621-
CMYK0.3500.780.62
HSL87.2º64.1%22.94%-
HSV(B)87.2º78.12%37.65%-
XYZ6.39.442.2-
YUV77.2896.24117.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.64%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=34.64%
G=53.63%
B=11.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296210.3500.780.6287.264.122.94
Hex3E60152304E3E574017
Octal76140254301167612710027
Binary111110110000010101100011010011101111101010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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