#328F47

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

Shades of Sea Green #328F47

Tints of Sea Green #328F47

Color information

#328F47 (or 0x328F47) is unknown color: approx Sea Green. HEX triplet: 32, 8F and 47. RGB value is (50,143,71). Sum of RGB (Red+Green+Blue) = 50+143+71=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #328F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F47 is #CD70B8. Grayscale: #6B6B6B. Windows color (decimal): -13463737 or 4689714. OLE color: 4689714.

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

Color convert

RGB5014371-
CMYK0.6500.500.44
HSL133.55º48.19%37.84%-
HSV(B)133.55º65.03%56.08%-
XYZ12.2820.789.32-
YUV106.98107.6987.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 143 (56.25% from 255) = 54.17%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=18.94%
G=54.17%
B=26.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50143710.6500.500.44133.5548.1937.84
Hex328F47410322C863026
Octal62217107101062542066046
Binary1100101000111110001111000001011001010110010000110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328F47; }

 p { color: rgb(50,143,71); }

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

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

 a { background-color: rgb(50,143,71); }

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

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

 span { border-color: rgb(50,143,71); }

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