#328A46

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

Shades of Sea Green #328A46

Tints of Sea Green #328A46

Color information

#328A46 (or 0x328A46) is unknown color: approx Sea Green. HEX triplet: 32, 8A and 46. RGB value is (50,138,70). Sum of RGB (Red+Green+Blue) = 50+138+70=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #328A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A46 is #CD75B9. Grayscale: #686868. Windows color (decimal): -13465018 or 4622898. OLE color: 4622898.

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

Color convert

RGB5013870-
CMYK0.6400.490.46
HSL133.64º46.81%36.86%-
HSV(B)133.64º63.77%54.12%-
XYZ11.5119.38.91-
YUV103.94108.8589.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 138 (54.30% from 255) = 53.49%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=19.38%
G=53.49%
B=27.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138700.6400.490.46133.6446.8136.86
Hex328A46400312E862f25
Octal62212106100061562065745
Binary1100101000101010001101000000011000110111010000110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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