#328E52

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

Shades of Sea Green #328E52

Tints of Sea Green #328E52

Color information

#328E52 (or 0x328E52) is unknown color: approx Sea Green. HEX triplet: 32, 8E and 52. RGB value is (50,142,82). Sum of RGB (Red+Green+Blue) = 50+142+82=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #328E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E52 is #CD71AD. Grayscale: #6B6B6B. Windows color (decimal): -13463982 or 5410354. OLE color: 5410354.

HSL color Cylindrical-coordinate representation of color #328E52: hue angle of 140.87º 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 #328E52 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB5014282-
CMYK0.6500.420.44
HSL140.87º47.92%37.65%-
HSV(B)140.87º64.79%55.69%-
XYZ12.5120.6311.31-
YUV107.65113.5286.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 142 (55.86% from 255) = 51.82%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=18.25%
G=51.82%
B=29.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142820.6500.420.44140.8747.9237.65
Hex328E524102A2C8d3026
Octal62216122101052542156046
Binary1100101000111010100101000001010101010110010001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,82); }

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

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

 a { background-color: rgb(50,142,82); }

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

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

 span { border-color: rgb(50,142,82); }

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