#326340

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

Shades of Hunter Green #326340

Tints of Hunter Green #326340

Color information

#326340 (or 0x326340) is unknown color: approx Hunter Green. HEX triplet: 32, 63 and 40. RGB value is (50,99,64). Sum of RGB (Red+Green+Blue) = 50+99+64=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #326340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326340 is #CD9CBF. Grayscale: #505050. Windows color (decimal): -13475008 or 4219698. OLE color: 4219698.

HSL color Cylindrical-coordinate representation of color #326340: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326340 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB509964-
CMYK0.4900.350.61
HSL137.14º32.89%29.22%-
HSV(B)137.14º49.49%38.82%-
XYZ6.79.976.42-
YUV80.36118.77106.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=23.47%
G=46.48%
B=30.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099640.4900.350.61137.1432.8929.22
Hex326340310233D89211d
Octal6214310061043752114135
Binary1100101100011100000011000101000111111011000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326340; }

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

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

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

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

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

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

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

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