#328E5B

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

Shades of Sea Green #328E5B

Tints of Sea Green #328E5B

Color information

#328E5B (or 0x328E5B) is unknown color: approx Sea Green. HEX triplet: 32, 8E and 5B. RGB value is (50,142,91). Sum of RGB (Red+Green+Blue) = 50+142+91=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #328E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E5B is #CD71A4. Grayscale: #6C6C6C. Windows color (decimal): -13463973 or 6000178. OLE color: 6000178.

HSL color Cylindrical-coordinate representation of color #328E5B: hue angle of 146.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E5B is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB5014291-
CMYK0.6500.360.44
HSL146.74º47.92%37.65%-
HSV(B)146.74º64.79%55.69%-
XYZ12.8820.7813.23-
YUV108.68118.0286.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=17.67%
G=50.18%
B=32.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142910.6500.360.44146.7447.9237.65
Hex328E5B410242C933026
Octal62216133101044542236046
Binary1100101000111010110111000001010010010110010010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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