#328F4C

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

Shades of Sea Green #328F4C

Tints of Sea Green #328F4C

Color information

#328F4C (or 0x328F4C) is unknown color: approx Sea Green. HEX triplet: 32, 8F and 4C. RGB value is (50,143,76). Sum of RGB (Red+Green+Blue) = 50+143+76=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #328F4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328F4C is #CD70B3. Grayscale: #6B6B6B. Windows color (decimal): -13463732 or 5017394. OLE color: 5017394.

HSL color Cylindrical-coordinate representation of color #328F4C: hue angle of 136.77º 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 #328F4C is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB5014376-
CMYK0.6500.470.44
HSL136.77º48.19%37.84%-
HSV(B)136.77º65.03%56.08%-
XYZ12.4420.8410.21-
YUV107.56110.1986.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 143 (56.25% from 255) = 53.16%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=18.59%
G=53.16%
B=28.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50143760.6500.470.44136.7748.1937.84
Hex328F4C4102F2C893026
Octal62217114101057542116046
Binary1100101000111110011001000001010111110110010001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,143,76); }

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

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

 a { background-color: rgb(50,143,76); }

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

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

 span { border-color: rgb(50,143,76); }

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