#326109

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

Shades of Verdun Green #326109

Tints of Verdun Green #326109

Color information

#326109 (or 0x326109) is unknown color: approx Verdun Green. HEX triplet: 32, 61 and 09. RGB value is (50,97,9). Sum of RGB (Red+Green+Blue) = 50+97+9=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #326109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326109 is #CD9EF6. Grayscale: #494949. Windows color (decimal): -13475575 or 614706. OLE color: 614706.

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

Color convert

RGB50979-
CMYK0.4800.910.62
HSL92.05º83.02%20.78%-
HSV(B)92.05º90.72%38.04%-
XYZ5.649.251.75-
YUV72.9191.93111.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=32.05%
G=62.18%
B=5.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509790.4800.910.6292.0583.0220.78
Hex326193005B3E5c5315
Octal62141116001337613412325
Binary11001011000011001110000010110111111101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326109; }

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

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

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

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

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

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

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

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