#327142

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

Shades of Hunter Green #327142

Tints of Hunter Green #327142

Color information

#327142 (or 0x327142) is unknown color: approx Hunter Green. HEX triplet: 32, 71 and 42. RGB value is (50,113,66). Sum of RGB (Red+Green+Blue) = 50+113+66=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #327142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327142 is #CD8EBD. Grayscale: #585858. Windows color (decimal): -13471422 or 4354354. OLE color: 4354354.

HSL color Cylindrical-coordinate representation of color #327142: hue angle of 135.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327142 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB5011366-
CMYK0.5600.420.56
HSL135.24º38.65%31.96%-
HSV(B)135.24º55.75%44.31%-
XYZ8.212.887.21-
YUV88.8115.13100.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=21.83%
G=49.34%
B=28.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113660.5600.420.56135.2438.6531.96
Hex3271423802A38872720
Octal6216110270052702074740
Binary11001011100011000010111000010101011100010000111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327142; }

 p { color: rgb(50,113,66); }

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

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

 a { background-color: rgb(50,113,66); }

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

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

 span { border-color: rgb(50,113,66); }

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