#327040

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

Shades of Hunter Green #327040

Tints of Hunter Green #327040

Color information

#327040 (or 0x327040) is unknown color: approx Hunter Green. HEX triplet: 32, 70 and 40. RGB value is (50,112,64). Sum of RGB (Red+Green+Blue) = 50+112+64=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #327040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327040 is #CD8FBF. Grayscale: #585858. Windows color (decimal): -13471680 or 4223026. OLE color: 4223026.

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

Color convert

RGB5011264-
CMYK0.5500.430.56
HSL133.55º38.27%31.76%-
HSV(B)133.55º55.36%43.92%-
XYZ8.0312.646.87-
YUV87.99114.46100.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 112 (44.14% from 255) = 49.56%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=22.12%
G=49.56%
B=28.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112640.5500.430.56133.5538.2731.76
Hex3270403702B38862620
Octal6216010067053702064640
Binary11001011100001000000110111010101111100010000110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327040; }

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

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

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

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

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

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

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

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