#3E6A0C

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

Shades of Verdun Green #3E6A0C

Tints of Verdun Green #3E6A0C

Color information

#3E6A0C (or 0x3E6A0C) is unknown color: approx Verdun Green. HEX triplet: 3E, 6A and 0C. RGB value is (62,106,12). Sum of RGB (Red+Green+Blue) = 62+106+12=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6A0C is #C195F3. Grayscale: #525252. Windows color (decimal): -12686836 or 813630. OLE color: 813630.

HSL color Cylindrical-coordinate representation of color #3E6A0C: hue angle of 88.09º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E6A0C is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB6210612-
CMYK0.4200.890.58
HSL88.09º79.66%23.14%-
HSV(B)88.09º88.68%41.57%-
XYZ7.2111.362.16-
YUV82.1388.42113.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 106 (41.80% from 255) = 58.89%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=34.44%
G=58.89%
B=6.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62106120.4200.890.5888.0979.6623.14
Hex3E6AC2A0593A585017
Octal76152145201317213012027
Binary11111011010101100101010010110011110101011000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,106,12); }

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

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

 a { background-color: rgb(62,106,12); }

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

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

 span { border-color: rgb(62,106,12); }

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