#326800

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

Shades of Verdun Green #326800

Tints of Verdun Green #326800

Color information

#326800 (or 0x326800) is unknown color: approx Verdun Green. HEX triplet: 32, 68 and 00. RGB value is (50,104,0). Sum of RGB (Red+Green+Blue) = 50+104+0=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #326800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326800 is #CD97FF. Grayscale: #4C4C4C. Windows color (decimal): -13473792 or 26674. OLE color: 26674.

HSL color Cylindrical-coordinate representation of color #326800: hue angle of 91.15º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #326800 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB501040-
CMYK0.52010.59
HSL91.15º100%20.39%-
HSV(B)91.15º100%40.78%-
XYZ6.2710.581.71-
YUV7685.11109.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.47%
G=67.53%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5010400.52010.5991.1510020.39
Hex32680340643B5b6414
Octal6215006401447313314424
Binary11001011010000110100011001001110111011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326800; }

 p { color: rgb(50,104,0); }

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

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

 a { background-color: rgb(50,104,0); }

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

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

 span { border-color: rgb(50,104,0); }

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