#3E660D

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

Shades of Verdun Green #3E660D

Tints of Verdun Green #3E660D

Color information

#3E660D (or 0x3E660D) is unknown color: approx Verdun Green. HEX triplet: 3E, 66 and 0D. RGB value is (62,102,13). Sum of RGB (Red+Green+Blue) = 62+102+13=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #3E660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E660D is #C199F2. Grayscale: #505050. Windows color (decimal): -12687859 or 878142. OLE color: 878142.

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

Color convert

RGB6210213-
CMYK0.3900.870.6
HSL86.97º77.39%22.55%-
HSV(B)86.97º87.25%40%-
XYZ6.8110.562.06-
YUV79.8990.25115.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=35.03%
G=57.63%
B=7.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102130.3900.870.686.9777.3922.55
Hex3E66D270573C574d17
Octal76146154701277412711527
Binary11111011001101101100111010101111111001010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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