#326140

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

Shades of Hunter Green #326140

Tints of Hunter Green #326140

Color information

#326140 (or 0x326140) is unknown color: approx Hunter Green. HEX triplet: 32, 61 and 40. RGB value is (50,97,64). Sum of RGB (Red+Green+Blue) = 50+97+64=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #326140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326140 is #CD9EBF. Grayscale: #4F4F4F. Windows color (decimal): -13475520 or 4219186. OLE color: 4219186.

HSL color Cylindrical-coordinate representation of color #326140: hue angle of 137.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326140 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB509764-
CMYK0.4800.340.62
HSL137.87º31.97%28.82%-
HSV(B)137.87º48.45%38.04%-
XYZ6.529.66.36-
YUV79.18119.43107.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=23.70%
G=45.97%
B=30.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097640.4800.340.62137.8731.9728.82
Hex326140300223E8a201d
Octal6214110060042762124035
Binary1100101100001100000011000001000101111101000101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326140; }

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

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

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

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

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

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

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

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