Html Css Color HEX #328F50 Sea Green

📋 copy color: '#328F50'

red 50 ◦ green 143 ◦ blue 80

#328F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #328F50

Tints of Sea Green #328F50

RGB

 RED value IS 50 (19.92% from 255) = 18.32%

 GREEN value IS 143 (56.25% from 255) = 52.38%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 18.32%
G = 52.38%
B = 29.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#328F50 (or 0x328F50) is known color: Sea Green. HEX triplet: 32, 8F and 50. RGB value is (50,143,80). Sum of RGB (Red+Green+Blue) = 50+143+80=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #328F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F50 is #CD70AF. Grayscale: #6C6C6C. Windows color (decimal): -13463728 or 5279538. OLE color: 5279538.

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

Color convert

RGB 50 143 80 -
CMYK 0.65 0 0.44 0.44
HSL 139.35º 0.48% 0.38% -
HSV(B) 139.35º 0.65% 0.56% -
XYZ 12.59 20.9 10.96 -
YUV 108.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 50 143 80 0.65 0 0.44 0.44 139.35 0.48 0.38
Hex 32 8F 50 41 0 2C 2C 8B 30 26
Octal 62 217 120 101 0 54 54 213 60 46
Binary 110010 10001111 1010000 1000001 0 101100 101100 10001011 110000 100110

Color Harmonies of #328F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328F50

Black with #328F50

Text Example


Text Example

White with #328F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #328F50;
 }
 .AnyTagClassName
 {
   color: #328F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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