Html Css Color HEX #328D42 Sea Green

📋 copy color: '#328D42'

red 50 ◦ green 141 ◦ blue 66

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

Shades of Sea Green #328D42

Tints of Sea Green #328D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 19.46%
G = 54.86%
B = 25.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#328D42 (or 0x328D42) is known color: Sea Green. HEX triplet: 32, 8D and 42. RGB value is (50,141,66). Sum of RGB (Red+Green+Blue) = 50+141+66=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #328D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D42 is #CD72BD. Grayscale: #696969. Windows color (decimal): -13464254 or 4361522. OLE color: 4361522.

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

Color convert

RGB 50 141 66 -
CMYK 0.65 0 0.53 0.45
HSL 130.55º 0.48% 0.37% -
HSV(B) 130.55º 0.65% 0.55% -
XYZ 11.82 20.12 8.41 -
YUV 105.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 50 141 66 0.65 0 0.53 0.45 130.55 0.48 0.37
Hex 32 8D 42 41 0 35 2D 83 30 25
Octal 62 215 102 101 0 65 55 203 60 45
Binary 110010 10001101 1000010 1000001 0 110101 101101 10000011 110000 100101

Color Harmonies of #328D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D42

Black with #328D42

Text Example


Text Example

White with #328D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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