#326009

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

Shades of Verdun Green #326009

Tints of Verdun Green #326009

Color information

#326009 (or 0x326009) is unknown color: approx Verdun Green. HEX triplet: 32, 60 and 09. RGB value is (50,96,9). Sum of RGB (Red+Green+Blue) = 50+96+9=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #326009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326009 is #CD9FF6. Grayscale: #484848. Windows color (decimal): -13475831 or 614450. OLE color: 614450.

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

Color convert

RGB50969-
CMYK0.4800.910.62
HSL91.72º82.86%20.59%-
HSV(B)91.72º90.62%37.65%-
XYZ5.559.061.72-
YUV72.3392.26112.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=32.26%
G=61.94%
B=5.81%

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
Decimal509690.4800.910.6291.7282.8620.59
Hex326093005B3E5c5315
Octal62140116001337613412325
Binary11001011000001001110000010110111111101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326009; }

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

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

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

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

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

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

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

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