#326406

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

Shades of Verdun Green #326406

Tints of Verdun Green #326406

Color information

#326406 (or 0x326406) is unknown color: approx Verdun Green. HEX triplet: 32, 64 and 06. RGB value is (50,100,6). Sum of RGB (Red+Green+Blue) = 50+100+6=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 100 (39.45% from 255 or 64.10% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 100 - color contains mainly: green. Hex color #326406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326406 is #CD9BF9. Grayscale: #4A4A4A. Windows color (decimal): -13474810 or 418866. OLE color: 418866.

HSL color Cylindrical-coordinate representation of color #326406: hue angle of 91.91º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #326406 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB501006-
CMYK0.5000.940.61
HSL91.91º88.68%20.78%-
HSV(B)91.91º94%39.22%-
XYZ5.919.811.75-
YUV74.3389.44110.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 100 (39.45% from 255) = 64.10%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=32.05%
G=64.10%
B=3.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5010060.5000.940.6191.9188.6820.78
Hex326463205E3D5c5915
Octal6214466201367513413125
Binary1100101100100110110010010111101111011011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326406; }

 p { color: rgb(50,100,6); }

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

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

 a { background-color: rgb(50,100,6); }

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

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

 span { border-color: rgb(50,100,6); }

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