#3A660E

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

Shades of Verdun Green #3A660E

Tints of Verdun Green #3A660E

Color information

#3A660E (or 0x3A660E) is unknown color: approx Verdun Green. HEX triplet: 3A, 66 and 0E. RGB value is (58,102,14). Sum of RGB (Red+Green+Blue) = 58+102+14=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #3A660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A660E is #C599F1. Grayscale: #4F4F4F. Windows color (decimal): -12950002 or 943674. OLE color: 943674.

HSL color Cylindrical-coordinate representation of color #3A660E: hue angle of 90º 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 #3A660E is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB5810214-
CMYK0.4300.860.6
HSL90º75.86%22.75%-
HSV(B)90º86.27%40%-
XYZ6.5810.432.08-
YUV78.8191.42113.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=33.33%
G=58.62%
B=8.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58102140.4300.860.69075.8622.75
Hex3A66E2B0563C5a4c17
Octal72146165301267413211427
Binary11101011001101110101011010101101111001011010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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