#328B4F

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

Shades of Sea Green #328B4F

Tints of Sea Green #328B4F

Color information

#328B4F (or 0x328B4F) is unknown color: approx Sea Green. HEX triplet: 32, 8B and 4F. RGB value is (50,139,79). Sum of RGB (Red+Green+Blue) = 50+139+79=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #328B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B4F is #CD74B0. Grayscale: #696969. Windows color (decimal): -13464753 or 5212978. OLE color: 5212978.

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

Color convert

RGB5013979-
CMYK0.6400.430.45
HSL139.55º47.09%37.06%-
HSV(B)139.55º64.03%54.51%-
XYZ11.9619.7110.57-
YUV105.55113.0188.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 139 (54.69% from 255) = 51.87%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=18.66%
G=51.87%
B=29.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139790.6400.430.45139.5547.0937.06
Hex328B4F4002B2D8c2f25
Octal62213117100053552145745
Binary1100101000101110011111000000010101110110110001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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