#326A3D

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

Shades of Hunter Green #326A3D

Tints of Hunter Green #326A3D

Color information

#326A3D (or 0x326A3D) is unknown color: approx Hunter Green. HEX triplet: 32, 6A and 3D. RGB value is (50,106,61). Sum of RGB (Red+Green+Blue) = 50+106+61=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #326A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A3D is #CD95C2. Grayscale: #545454. Windows color (decimal): -13473219 or 4024882. OLE color: 4024882.

HSL color Cylindrical-coordinate representation of color #326A3D: hue angle of 131.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A3D is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB5010661-
CMYK0.5300.420.58
HSL131.79º35.9%30.59%-
HSV(B)131.79º52.83%41.57%-
XYZ7.3111.326.22-
YUV84.13114.95103.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=23.04%
G=48.85%
B=28.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106610.5300.420.58131.7935.930.59
Hex326A3D3502A3A84241f
Octal621527565052722044437
Binary110010110101011110111010101010101110101000010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A3D; }

 p { color: rgb(50,106,61); }

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

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

 a { background-color: rgb(50,106,61); }

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

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

 span { border-color: rgb(50,106,61); }

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