#3E5512

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

Shades of Verdun Green #3E5512

Tints of Verdun Green #3E5512

Color information

#3E5512 (or 0x3E5512) is unknown color: approx Verdun Green. HEX triplet: 3E, 55 and 12. RGB value is (62,85,18). Sum of RGB (Red+Green+Blue) = 62+85+18=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5512 is #C1AAED. Grayscale: #464646. Windows color (decimal): -12692206 or 1201470. OLE color: 1201470.

HSL color Cylindrical-coordinate representation of color #3E5512: hue angle of 80.6º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E5512 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB628518-
CMYK0.2700.790.67
HSL80.6º65.05%20.2%-
HSV(B)80.6º78.82%33.33%-
XYZ5.347.561.75-
YUV70.4898.38121.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.58%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=37.58%
G=51.52%
B=10.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285180.2700.790.6780.665.0520.2
Hex3E55121B04F43514114
Octal761252233011710312110124
Binary111110101010110010110110100111110000111010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,18); }

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

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

 a { background-color: rgb(62,85,18); }

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

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

 span { border-color: rgb(62,85,18); }

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