#328E58

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

Shades of Sea Green #328E58

Tints of Sea Green #328E58

Color information

#328E58 (or 0x328E58) is unknown color: approx Sea Green. HEX triplet: 32, 8E and 58. RGB value is (50,142,88). Sum of RGB (Red+Green+Blue) = 50+142+88=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #328E58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E58 is #CD71A7. Grayscale: #6C6C6C. Windows color (decimal): -13463976 or 5803570. OLE color: 5803570.

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

Color convert

RGB5014288-
CMYK0.6500.380.44
HSL144.78º47.92%37.65%-
HSV(B)144.78º64.79%55.69%-
XYZ12.7520.7312.56-
YUV108.34116.5286.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 142 (55.86% from 255) = 50.71%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=17.86%
G=50.71%
B=31.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142880.6500.380.44144.7847.9237.65
Hex328E58410262C913026
Octal62216130101046542216046
Binary1100101000111010110001000001010011010110010010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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