#326C3F

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

Shades of Hunter Green #326C3F

Tints of Hunter Green #326C3F

Color information

#326C3F (or 0x326C3F) is unknown color: approx Hunter Green. HEX triplet: 32, 6C and 3F. RGB value is (50,108,63). Sum of RGB (Red+Green+Blue) = 50+108+63=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #326C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C3F is #CD93C0. Grayscale: #555555. Windows color (decimal): -13472705 or 4156466. OLE color: 4156466.

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

Color convert

RGB5010863-
CMYK0.5400.420.58
HSL133.45º36.71%30.98%-
HSV(B)133.45º53.7%42.35%-
XYZ7.5811.766.57-
YUV85.53115.28102.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 63 (25% from 255) = 28.51%
R=22.62%
G=48.87%
B=28.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108630.5400.420.58133.4536.7130.98
Hex326C3F3602A3A85251f
Octal621547766052722054537
Binary110010110110011111111011001010101110101000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,63); }

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

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

 a { background-color: rgb(50,108,63); }

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

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

 span { border-color: rgb(50,108,63); }

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