#3E660E

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

Shades of Verdun Green #3E660E

Tints of Verdun Green #3E660E

Color information

#3E660E (or 0x3E660E) is unknown color: approx Verdun Green. HEX triplet: 3E, 66 and 0E. RGB value is (62,102,14). Sum of RGB (Red+Green+Blue) = 62+102+14=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #3E660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E660E is #C199F1. Grayscale: #505050. Windows color (decimal): -12687858 or 943678. OLE color: 943678.

HSL color Cylindrical-coordinate representation of color #3E660E: hue angle of 87.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E660E is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB6210214-
CMYK0.3900.860.6
HSL87.27º75.86%22.75%-
HSV(B)87.27º86.27%40%-
XYZ6.8210.562.09-
YUV80.0190.75115.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 102 (40.23% from 255) = 57.30%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=34.83%
G=57.30%
B=7.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102140.3900.860.687.2775.8622.75
Hex3E66E270563C574c17
Octal76146164701267412711427
Binary11111011001101110100111010101101111001010111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,102,14); }

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

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

 a { background-color: rgb(62,102,14); }

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

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

 span { border-color: rgb(62,102,14); }

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