#328B55

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

Shades of Sea Green #328B55

Tints of Sea Green #328B55

Color information

#328B55 (or 0x328B55) is unknown color: approx Sea Green. HEX triplet: 32, 8B and 55. RGB value is (50,139,85). Sum of RGB (Red+Green+Blue) = 50+139+85=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #328B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B55 is #CD74AA. Grayscale: #6A6A6A. Windows color (decimal): -13464747 or 5606194. OLE color: 5606194.

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

Color convert

RGB5013985-
CMYK0.6400.390.45
HSL143.6º47.09%37.06%-
HSV(B)143.6º64.03%54.51%-
XYZ12.1919.811.77-
YUV106.23116.0187.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=18.25%
G=50.73%
B=31.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139850.6400.390.45143.647.0937.06
Hex328B55400272D902f25
Octal62213125100047552205745
Binary1100101000101110101011000000010011110110110010000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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