Html Css Color HEX #328D55 Sea Green

📋 copy color: '#328D55'

red 50 ◦ green 141 ◦ blue 85

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

Shades of Sea Green #328D55

Tints of Sea Green #328D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 18.12%
G = 51.09%
B = 30.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#328D55 (or 0x328D55) is known color: Sea Green. HEX triplet: 32, 8D and 55. RGB value is (50,141,85). Sum of RGB (Red+Green+Blue) = 50+141+85=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #328D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D55 is #CD72AA. Grayscale: #6B6B6B. Windows color (decimal): -13464235 or 5606706. OLE color: 5606706.

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

Color convert

RGB 50 141 85 -
CMYK 0.65 0 0.40 0.45
HSL 143.08º 0.48% 0.37% -
HSV(B) 143.08º 0.65% 0.55% -
XYZ 12.48 20.38 11.87 -
YUV 107.41 115.35 87.05 -
System Red Green Blue C M Y K H S L
Decimal 50 141 85 0.65 0 0.40 0.45 143.08 0.48 0.37
Hex 32 8D 55 41 0 28 2D 8F 30 25
Octal 62 215 125 101 0 50 55 217 60 45
Binary 110010 10001101 1010101 1000001 0 101000 101101 10001111 110000 100101

Color Harmonies of #328D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D55

Black with #328D55

Text Example


Text Example

White with #328D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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