#326202

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

Shades of Verdun Green #326202

Tints of Verdun Green #326202

Color information

#326202 (or 0x326202) is unknown color: approx Verdun Green. HEX triplet: 32, 62 and 02. RGB value is (50,98,2). Sum of RGB (Red+Green+Blue) = 50+98+2=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #326202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326202 is #CD9DFD. Grayscale: #494949. Windows color (decimal): -13475326 or 156210. OLE color: 156210.

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

Color convert

RGB50982-
CMYK0.4900.980.62
HSL90º96%19.61%-
HSV(B)90º97.96%38.43%-
XYZ5.699.421.58-
YUV72.788.1111.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 65.33%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=33.33%
G=65.33%
B=1.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509820.4900.980.62909619.61
Hex32622310623E5a6014
Octal6214226101427613214024
Binary110010110001010110001011000101111101011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326202; }

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

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

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

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

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

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

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

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