#326740

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

Shades of Hunter Green #326740

Tints of Hunter Green #326740

Color information

#326740 (or 0x326740) is unknown color: approx Hunter Green. HEX triplet: 32, 67 and 40. RGB value is (50,103,64). Sum of RGB (Red+Green+Blue) = 50+103+64=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #326740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326740 is #CD98BF. Grayscale: #525252. Windows color (decimal): -13473984 or 4220722. OLE color: 4220722.

HSL color Cylindrical-coordinate representation of color #326740: hue angle of 135.85º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326740 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB5010364-
CMYK0.5100.380.60
HSL135.85º34.64%30%-
HSV(B)135.85º51.46%40.39%-
XYZ7.0910.756.55-
YUV82.71117.44104.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=23.04%
G=47.47%
B=29.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103640.5100.380.60135.8534.6430
Hex326740330263C88231e
Octal6214710063046742104336
Binary1100101100111100000011001101001101111001000100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326740; }

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

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

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

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

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

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

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

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