#326203

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

Shades of Verdun Green #326203

Tints of Verdun Green #326203

Color information

#326203 (or 0x326203) is unknown color: approx Verdun Green. HEX triplet: 32, 62 and 03. RGB value is (50,98,3). Sum of RGB (Red+Green+Blue) = 50+98+3=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #326203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326203 is #CD9DFC. Grayscale: #494949. Windows color (decimal): -13475325 or 221746. OLE color: 221746.

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

Color convert

RGB50983-
CMYK0.4900.970.62
HSL90.32º94.06%19.8%-
HSV(B)90.32º96.94%38.43%-
XYZ5.79.421.6-
YUV72.8288.6111.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.11%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=33.11%
G=64.90%
B=1.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509830.4900.970.6290.3294.0619.8
Hex32623310613E5a5e14
Octal6214236101417613213624
Binary110010110001011110001011000011111101011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326203; }

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

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

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

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

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

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

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

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