#326003

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

Shades of Verdun Green #326003

Tints of Verdun Green #326003

Color information

#326003 (or 0x326003) is unknown color: approx Verdun Green. HEX triplet: 32, 60 and 03. RGB value is (50,96,3). Sum of RGB (Red+Green+Blue) = 50+96+3=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #326003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326003 is #CD9FFC. Grayscale: #474747. Windows color (decimal): -13475837 or 221234. OLE color: 221234.

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

Color convert

RGB50963-
CMYK0.4800.970.62
HSL89.68º93.94%19.41%-
HSV(B)89.68º96.88%37.65%-
XYZ5.519.051.54-
YUV71.6489.26112.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=33.56%
G=64.43%
B=2.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509630.4800.970.6289.6893.9419.41
Hex32603300613E5a5e13
Octal6214036001417613213623
Binary110010110000011110000011000011111101011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326003; }

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

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

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

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

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

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

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

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