#326101

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

Shades of Verdun Green #326101

Tints of Verdun Green #326101

Color information

#326101 (or 0x326101) is unknown color: approx Verdun Green. HEX triplet: 32, 61 and 01. RGB value is (50,97,1). Sum of RGB (Red+Green+Blue) = 50+97+1=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #326101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326101 is #CD9EFE. Grayscale: #484848. Windows color (decimal): -13475583 or 90418. OLE color: 90418.

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

Color convert

RGB50971-
CMYK0.4800.990.62
HSL89.38º97.96%19.22%-
HSV(B)89.38º98.97%38.04%-
XYZ5.69.231.52-
YUV7287.93112.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 97 (38.28% from 255) = 65.54%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=33.78%
G=65.54%
B=0.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal509710.4800.990.6289.3897.9619.22
Hex32611300633E596213
Octal6214116001437613114223
Binary11001011000011110000011000111111101011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326101; }

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

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

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

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

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

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

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

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