#3A6209

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

Shades of Verdun Green #3A6209

Tints of Verdun Green #3A6209

Color information

#3A6209 (or 0x3A6209) is unknown color: approx Verdun Green. HEX triplet: 3A, 62 and 09. RGB value is (58,98,9). Sum of RGB (Red+Green+Blue) = 58+98+9=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6209 is #C59DF6. Grayscale: #4C4C4C. Windows color (decimal): -12951031 or 614970. OLE color: 614970.

HSL color Cylindrical-coordinate representation of color #3A6209: hue angle of 86.97º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A6209 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB58989-
CMYK0.4100.910.62
HSL86.97º83.18%20.98%-
HSV(B)86.97º90.82%38.43%-
XYZ6.169.651.8-
YUV75.8990.25115.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=35.15%
G=59.39%
B=5.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal589890.4100.910.6286.9783.1820.98
Hex3A6292905B3E575315
Octal72142115101337612712325
Binary11101011000101001101001010110111111101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,9); }

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

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

 a { background-color: rgb(58,98,9); }

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

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

 span { border-color: rgb(58,98,9); }

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