#326103

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

Shades of Verdun Green #326103

Tints of Verdun Green #326103

Color information

#326103 (or 0x326103) is unknown color: approx Verdun Green. HEX triplet: 32, 61 and 03. RGB value is (50,97,3). Sum of RGB (Red+Green+Blue) = 50+97+3=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #326103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326103 is #CD9EFC. Grayscale: #484848. Windows color (decimal): -13475581 or 221490. OLE color: 221490.

HSL color Cylindrical-coordinate representation of color #326103: hue angle of 90º 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 #326103 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB50973-
CMYK0.4800.970.62
HSL90º94%19.61%-
HSV(B)90º96.91%38.04%-
XYZ5.619.231.57-
YUV72.2388.93112.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 3 (1.56% from 255) = 2%
R=33.33%
G=64.67%
B=2%

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
Decimal509730.4800.970.62909419.61
Hex32613300613E5a5e14
Octal6214136001417613213624
Binary110010110000111110000011000011111101011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326103; }

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

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

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

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

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

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

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

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