Html Css Color HEX #328B48 Sea Green

📋 copy color: '#328B48'

red 50 ◦ green 139 ◦ blue 72

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

Shades of Sea Green #328B48

Tints of Sea Green #328B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

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

R = 19.16%
G = 53.26%
B = 27.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#328B48 (or 0x328B48) is known color: Sea Green. HEX triplet: 32, 8B and 48. RGB value is (50,139,72). Sum of RGB (Red+Green+Blue) = 50+139+72=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #328B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B48 is #CD74B7. Grayscale: #686868. Windows color (decimal): -13464760 or 4754226. OLE color: 4754226.

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

Color convert

RGB 50 139 72 -
CMYK 0.64 0 0.48 0.45
HSL 134.83º 0.47% 0.37% -
HSV(B) 134.83º 0.64% 0.55% -
XYZ 11.72 19.61 9.3 -
YUV 104.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 50 139 72 0.64 0 0.48 0.45 134.83 0.47 0.37
Hex 32 8B 48 40 0 30 2D 87 2F 25
Octal 62 213 110 100 0 60 55 207 57 45
Binary 110010 10001011 1001000 1000000 0 110000 101101 10000111 101111 100101

Color Harmonies of #328B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B48

Black with #328B48

Text Example


Text Example

White with #328B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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