#326901

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

Shades of Verdun Green #326901

Tints of Verdun Green #326901

Color information

#326901 (or 0x326901) is unknown color: approx Verdun Green. HEX triplet: 32, 69 and 01. RGB value is (50,105,1). Sum of RGB (Red+Green+Blue) = 50+105+1=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #326901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326901 is #CD96FE. Grayscale: #4D4D4D. Windows color (decimal): -13473535 or 92466. OLE color: 92466.

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

Color convert

RGB501051-
CMYK0.5200.990.59
HSL91.73º98.11%20.78%-
HSV(B)91.73º99.05%41.18%-
XYZ6.3710.781.77-
YUV76.785.28108.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 105 (41.41% from 255) = 67.31%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=32.05%
G=67.31%
B=0.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5010510.5200.990.5991.7398.1120.78
Hex32691340633B5c6215
Octal6215116401437313414225
Binary11001011010011110100011000111110111011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326901; }

 p { color: rgb(50,105,1); }

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

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

 a { background-color: rgb(50,105,1); }

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

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

 span { border-color: rgb(50,105,1); }

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