#328B50

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

Shades of Sea Green #328B50

Tints of Sea Green #328B50

Color information

#328B50 (or 0x328B50) is unknown color: approx Sea Green. HEX triplet: 32, 8B and 50. RGB value is (50,139,80). Sum of RGB (Red+Green+Blue) = 50+139+80=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #328B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B50 is #CD74AF. Grayscale: #696969. Windows color (decimal): -13464752 or 5278514. OLE color: 5278514.

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

Color convert

RGB5013980-
CMYK0.6400.420.45
HSL140.22º47.09%37.06%-
HSV(B)140.22º64.03%54.51%-
XYZ1219.7210.76-
YUV105.66113.5188.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=18.59%
G=51.67%
B=29.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139800.6400.420.45140.2247.0937.06
Hex328B504002A2D8c2f25
Octal62213120100052552145745
Binary1100101000101110100001000000010101010110110001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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