#326200

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

Shades of Verdun Green #326200

Tints of Verdun Green #326200

Color information

#326200 (or 0x326200) is unknown color: approx Verdun Green. HEX triplet: 32, 62 and 00. RGB value is (50,98,0). Sum of RGB (Red+Green+Blue) = 50+98+0=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #326200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326200 is #CD9DFF. Grayscale: #484848. Windows color (decimal): -13475328 or 25138. OLE color: 25138.

HSL color Cylindrical-coordinate representation of color #326200: hue angle of 89.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #326200 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB50980-
CMYK0.49010.62
HSL89.39º100%19.22%-
HSV(B)89.39º100%38.43%-
XYZ5.689.411.52-
YUV72.4887.1111.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.78%
G=66.22%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509800.49010.6289.3910019.22
Hex32620310643E596413
Octal6214206101447613114423
Binary11001011000100110001011001001111101011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326200; }

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

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

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

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

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

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

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

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