Html Css Color HEX #328D48 Sea Green

📋 copy color: '#328D48'

red 50 ◦ green 141 ◦ blue 72

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

Shades of Sea Green #328D48

Tints of Sea Green #328D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 19.01%
G = 53.61%
B = 27.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#328D48 (or 0x328D48) is known color: Sea Green. HEX triplet: 32, 8D and 48. RGB value is (50,141,72). Sum of RGB (Red+Green+Blue) = 50+141+72=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #328D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D48 is #CD72B7. Grayscale: #6A6A6A. Windows color (decimal): -13464248 or 4754738. OLE color: 4754738.

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

Color convert

RGB 50 141 72 -
CMYK 0.65 0 0.49 0.45
HSL 134.51º 0.48% 0.37% -
HSV(B) 134.51º 0.65% 0.55% -
XYZ 12.01 20.2 9.4 -
YUV 105.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 50 141 72 0.65 0 0.49 0.45 134.51 0.48 0.37
Hex 32 8D 48 41 0 31 2D 87 30 25
Octal 62 215 110 101 0 61 55 207 60 45
Binary 110010 10001101 1001000 1000001 0 110001 101101 10000111 110000 100101

Color Harmonies of #328D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D48

Black with #328D48

Text Example


Text Example

White with #328D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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