#328A5B

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

Shades of Sea Green #328A5B

Tints of Sea Green #328A5B

Color information

#328A5B (or 0x328A5B) is unknown color: approx Sea Green. HEX triplet: 32, 8A and 5B. RGB value is (50,138,91). Sum of RGB (Red+Green+Blue) = 50+138+91=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #328A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A5B is #CD75A4. Grayscale: #6A6A6A. Windows color (decimal): -13464997 or 5999154. OLE color: 5999154.

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

Color convert

RGB5013891-
CMYK0.6400.340.46
HSL147.95º46.81%36.86%-
HSV(B)147.95º63.77%54.12%-
XYZ12.2919.6113.03-
YUV106.33119.3587.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=17.92%
G=49.46%
B=32.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138910.6400.340.46147.9546.8136.86
Hex328A5B400222E942f25
Octal62212133100042562245745
Binary1100101000101010110111000000010001010111010010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,138,91); }

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

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

 a { background-color: rgb(50,138,91); }

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

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

 span { border-color: rgb(50,138,91); }

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