Html Css Color HEX #328D49 Sea Green

📋 copy color: '#328D49'

red 50 ◦ green 141 ◦ blue 73

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

Shades of Sea Green #328D49

Tints of Sea Green #328D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 18.94%
G = 53.41%
B = 27.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#328D49 (or 0x328D49) is known color: Sea Green. HEX triplet: 32, 8D and 49. RGB value is (50,141,73). Sum of RGB (Red+Green+Blue) = 50+141+73=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #328D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D49 is #CD72B6. Grayscale: #6A6A6A. Windows color (decimal): -13464247 or 4820274. OLE color: 4820274.

HSL color Cylindrical-coordinate representation of color #328D49: hue angle of 135.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D49 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 73 -
CMYK 0.65 0 0.48 0.45
HSL 135.16º 0.48% 0.37% -
HSV(B) 135.16º 0.65% 0.55% -
XYZ 12.04 20.21 9.57 -
YUV 106.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 50 141 73 0.65 0 0.48 0.45 135.16 0.48 0.37
Hex 32 8D 49 41 0 30 2D 87 30 25
Octal 62 215 111 101 0 60 55 207 60 45
Binary 110010 10001101 1001001 1000001 0 110000 101101 10000111 110000 100101

Color Harmonies of #328D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D49

Black with #328D49

Text Example


Text Example

White with #328D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,73); }

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

background-color css

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

 a { background-color: rgb(50,141,73); }

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

border-color css

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

 span { border-color: rgb(50,141,73); }

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