#3E660A

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

Shades of Verdun Green #3E660A

Tints of Verdun Green #3E660A

Color information

#3E660A (or 0x3E660A) is unknown color: approx Verdun Green. HEX triplet: 3E, 66 and 0A. RGB value is (62,102,10). Sum of RGB (Red+Green+Blue) = 62+102+10=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #3E660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E660A is #C199F5. Grayscale: #4F4F4F. Windows color (decimal): -12687862 or 681534. OLE color: 681534.

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

Color convert

RGB6210210-
CMYK0.3900.900.6
HSL86.09º82.14%21.96%-
HSV(B)86.09º90.2%40%-
XYZ6.7910.551.97-
YUV79.5588.75115.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=35.63%
G=58.62%
B=5.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102100.3900.900.686.0982.1421.96
Hex3E66A2705A3C565216
Octal76146124701327412612226
Binary11111011001101010100111010110101111001010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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