#328A50

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

Shades of Sea Green #328A50

Tints of Sea Green #328A50

Color information

#328A50 (or 0x328A50) is unknown color: approx Sea Green. HEX triplet: 32, 8A and 50. RGB value is (50,138,80). Sum of RGB (Red+Green+Blue) = 50+138+80=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #328A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A50 is #CD75AF. Grayscale: #696969. Windows color (decimal): -13465008 or 5278258. OLE color: 5278258.

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

Color convert

RGB5013880-
CMYK0.6400.420.46
HSL140.45º46.81%36.86%-
HSV(B)140.45º63.77%54.12%-
XYZ11.8519.4310.72-
YUV105.08113.8588.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 138 (54.30% from 255) = 51.49%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=18.66%
G=51.49%
B=29.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138800.6400.420.46140.4546.8136.86
Hex328A504002A2E8c2f25
Octal62212120100052562145745
Binary1100101000101010100001000000010101010111010001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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