#326604

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

Shades of Verdun Green #326604

Tints of Verdun Green #326604

Color information

#326604 (or 0x326604) is unknown color: approx Verdun Green. HEX triplet: 32, 66 and 04. RGB value is (50,102,4). Sum of RGB (Red+Green+Blue) = 50+102+4=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #326604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326604 is #CD99FB. Grayscale: #4B4B4B. Windows color (decimal): -13474300 or 288306. OLE color: 288306.

HSL color Cylindrical-coordinate representation of color #326604: hue angle of 91.84º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #326604 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB501024-
CMYK0.5100.960.6
HSL91.84º92.45%20.78%-
HSV(B)91.84º96.08%40%-
XYZ6.0910.191.76-
YUV75.2887.77109.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 102 (40.23% from 255) = 65.38%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=32.05%
G=65.38%
B=2.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5010240.5100.960.691.8492.4520.78
Hex32664330603C5c5c15
Octal6214646301407413413425
Binary1100101100110100110011011000001111001011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326604; }

 p { color: rgb(50,102,4); }

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

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

 a { background-color: rgb(50,102,4); }

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

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

 span { border-color: rgb(50,102,4); }

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