#3C4E12

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

Shades of Verdun Green #3C4E12

Tints of Verdun Green #3C4E12

Color information

#3C4E12 (or 0x3C4E12) is unknown color: approx Verdun Green. HEX triplet: 3C, 4E and 12. RGB value is (60,78,18). Sum of RGB (Red+Green+Blue) = 60+78+18=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #3C4E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4E12 is #C3B1ED. Grayscale: #424242. Windows color (decimal): -12825070 or 1199676. OLE color: 1199676.

HSL color Cylindrical-coordinate representation of color #3C4E12: hue angle of 78º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C4E12 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB607818-
CMYK0.2300.770.69
HSL78º62.5%18.82%-
HSV(B)78º76.92%30.59%-
XYZ4.76.451.57-
YUV65.78101.04123.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 78 (30.86% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=38.46%
G=50%
B=11.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6078180.2300.770.697862.518.82
Hex3C4E121704D454e3e13
Octal74116222701151051167623
Binary11110010011101001010111010011011000101100111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,78,18); }

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

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

 a { background-color: rgb(60,78,18); }

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

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

 span { border-color: rgb(60,78,18); }

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