#326B3E

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

Shades of Hunter Green #326B3E

Tints of Hunter Green #326B3E

Color information

#326B3E (or 0x326B3E) is unknown color: approx Hunter Green. HEX triplet: 32, 6B and 3E. RGB value is (50,107,62). Sum of RGB (Red+Green+Blue) = 50+107+62=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #326B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B3E is #CD94C1. Grayscale: #545454. Windows color (decimal): -13472962 or 4090674. OLE color: 4090674.

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

Color convert

RGB5010762-
CMYK0.5300.420.58
HSL132.63º36.31%30.78%-
HSV(B)132.63º53.27%41.96%-
XYZ7.4411.546.39-
YUV84.83115.12103.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 107 (42.19% from 255) = 48.86%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=22.83%
G=48.86%
B=28.31%

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
Decimal50107620.5300.420.58132.6336.3130.78
Hex326B3E3502A3A85241f
Octal621537665052722054437
Binary110010110101111111011010101010101110101000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,107,62); }

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

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

 a { background-color: rgb(50,107,62); }

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

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

 span { border-color: rgb(50,107,62); }

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