#326209

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

Shades of Verdun Green #326209

Tints of Verdun Green #326209

Color information

#326209 (or 0x326209) is unknown color: approx Verdun Green. HEX triplet: 32, 62 and 09. RGB value is (50,98,9). Sum of RGB (Red+Green+Blue) = 50+98+9=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #326209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326209 is #CD9DF6. Grayscale: #494949. Windows color (decimal): -13475319 or 614962. OLE color: 614962.

HSL color Cylindrical-coordinate representation of color #326209: hue angle of 92.36º 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 #326209 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB50989-
CMYK0.4900.910.62
HSL92.36º83.18%20.98%-
HSV(B)92.36º90.82%38.43%-
XYZ5.739.431.78-
YUV73.591.6111.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=31.85%
G=62.42%
B=5.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509890.4900.910.6292.3683.1820.98
Hex326293105B3E5c5315
Octal62142116101337613412325
Binary11001011000101001110001010110111111101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326209; }

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

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

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

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

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

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

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

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