#3e660c

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

Shades of Verdun Green #3E660C

Tints of Verdun Green #3E660C

Color information

#3E660C (or 0x3E660C) is unknown color: approx Verdun Green. HEX triplet: 3E, 66 and 0C. RGB value is (62,102,12). Sum of RGB (Red+Green+Blue) = 62+102+12=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #3E660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E660C is #C199F3. Grayscale: #505050. Windows color (decimal): -12687860 or 812606. OLE color: 812606.

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

Color convert

RGB6210212-
CMYK0.3900.880.6
HSL86.67º78.95%22.35%-
HSV(B)86.67º88.24%40%-
XYZ6.810.552.03-
YUV79.7889.75115.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=35.23%
G=57.95%
B=6.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102120.3900.880.686.6778.9522.35
Hex3E66C270583C574f16
Octal76146144701307412711726
Binary11111011001101100100111010110001111001010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e660c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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