#3E6115

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

Shades of Verdun Green #3E6115

Tints of Verdun Green #3E6115

Color information

#3E6115 (or 0x3E6115) is unknown color: approx Verdun Green. HEX triplet: 3E, 61 and 15. RGB value is (62,97,21). Sum of RGB (Red+Green+Blue) = 62+97+21=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6115 is #C19EEA. Grayscale: #4E4E4E. Windows color (decimal): -12689131 or 1401150. OLE color: 1401150.

HSL color Cylindrical-coordinate representation of color #3E6115: hue angle of 87.63º 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 #3E6115 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB629721-
CMYK0.3600.780.62
HSL87.63º64.41%23.14%-
HSV(B)87.63º78.35%38.04%-
XYZ6.49.632.23-
YUV77.8795.9116.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=34.44%
G=53.89%
B=11.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6297210.3600.780.6287.6364.4123.14
Hex3E61152404E3E584017
Octal76141254401167613010027
Binary111110110000110101100100010011101111101011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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