Html Css Color HEX #328D4A Sea Green

📋 copy color: '#328D4A'

red 50 ◦ green 141 ◦ blue 74

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

Shades of Sea Green #328D4A

Tints of Sea Green #328D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 18.87%
G = 53.21%
B = 27.92%

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

#328D4A (or 0x328D4A) is known color: Sea Green. HEX triplet: 32, 8D and 4A. RGB value is (50,141,74). Sum of RGB (Red+Green+Blue) = 50+141+74=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #328D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D4A is #CD72B5. Grayscale: #6A6A6A. Windows color (decimal): -13464246 or 4885810. OLE color: 4885810.

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

Color convert

RGB 50 141 74 -
CMYK 0.65 0 0.48 0.45
HSL 135.82º 0.48% 0.37% -
HSV(B) 135.82º 0.65% 0.55% -
XYZ 12.08 20.22 9.75 -
YUV 106.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 50 141 74 0.65 0 0.48 0.45 135.82 0.48 0.37
Hex 32 8D 4A 41 0 30 2D 88 30 25
Octal 62 215 112 101 0 60 55 210 60 45
Binary 110010 10001101 1001010 1000001 0 110000 101101 10001000 110000 100101

Color Harmonies of #328D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D4A

Black with #328D4A

Text Example


Text Example

White with #328D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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