#328B58

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

Shades of Sea Green #328B58

Tints of Sea Green #328B58

Color information

#328B58 (or 0x328B58) is unknown color: approx Sea Green. HEX triplet: 32, 8B and 58. RGB value is (50,139,88). Sum of RGB (Red+Green+Blue) = 50+139+88=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #328B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B58 is #CD74A7. Grayscale: #6A6A6A. Windows color (decimal): -13464744 or 5802802. OLE color: 5802802.

HSL color Cylindrical-coordinate representation of color #328B58: hue angle of 145.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B58 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB5013988-
CMYK0.6400.370.45
HSL145.62º47.09%37.06%-
HSV(B)145.62º64.03%54.51%-
XYZ12.3119.8512.41-
YUV106.57117.5187.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=18.05%
G=50.18%
B=31.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139880.6400.370.45145.6247.0937.06
Hex328B58400252D922f25
Octal62213130100045552225745
Binary1100101000101110110001000000010010110110110010010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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