#326A40

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

Shades of Hunter Green #326A40

Tints of Hunter Green #326A40

Color information

#326A40 (or 0x326A40) is unknown color: approx Hunter Green. HEX triplet: 32, 6A and 40. RGB value is (50,106,64). Sum of RGB (Red+Green+Blue) = 50+106+64=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #326A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A40 is #CD95BF. Grayscale: #545454. Windows color (decimal): -13473216 or 4221490. OLE color: 4221490.

HSL color Cylindrical-coordinate representation of color #326A40: hue angle of 135º 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 #326A40 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB5010664-
CMYK0.5300.400.58
HSL135º35.9%30.59%-
HSV(B)135º52.83%41.57%-
XYZ7.3911.366.65-
YUV84.47116.45103.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=22.73%
G=48.18%
B=29.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106640.5300.400.5813535.930.59
Hex326A40350283A87241f
Octal6215210065050722074437
Binary1100101101010100000011010101010001110101000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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