#326C3C

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

Shades of Hunter Green #326C3C

Tints of Hunter Green #326C3C

Color information

#326C3C (or 0x326C3C) is unknown color: approx Hunter Green. HEX triplet: 32, 6C and 3C. RGB value is (50,108,60). Sum of RGB (Red+Green+Blue) = 50+108+60=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #326C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C3C is #CD93C3. Grayscale: #555555. Windows color (decimal): -13472708 or 3959858. OLE color: 3959858.

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

Color convert

RGB5010860-
CMYK0.5400.440.58
HSL130.34º36.71%30.98%-
HSV(B)130.34º53.7%42.35%-
XYZ7.4911.736.14-
YUV85.19113.78102.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 108 (42.58% from 255) = 49.54%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=22.94%
G=49.54%
B=27.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108600.5400.440.58130.3436.7130.98
Hex326C3C3602C3A82251f
Octal621547466054722024537
Binary110010110110011110011011001011001110101000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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