Html Css Color HEX #328B5B Sea Green

📋 copy color: '#328B5B'

red 50 ◦ green 139 ◦ blue 91

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

Shades of Sea Green #328B5B

Tints of Sea Green #328B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 17.86%
G = 49.64%
B = 32.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#328B5B (or 0x328B5B) is known color: Sea Green. HEX triplet: 32, 8B and 5B. RGB value is (50,139,91). Sum of RGB (Red+Green+Blue) = 50+139+91=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #328B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B5B is #CD74A4. Grayscale: #6B6B6B. Windows color (decimal): -13464741 or 5999410. OLE color: 5999410.

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

Color convert

RGB 50 139 91 -
CMYK 0.64 0 0.35 0.45
HSL 147.64º 0.47% 0.37% -
HSV(B) 147.64º 0.64% 0.55% -
XYZ 12.44 19.9 13.08 -
YUV 106.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 50 139 91 0.64 0 0.35 0.45 147.64 0.47 0.37
Hex 32 8B 5B 40 0 23 2D 94 2F 25
Octal 62 213 133 100 0 43 55 224 57 45
Binary 110010 10001011 1011011 1000000 0 100011 101101 10010100 101111 100101

Color Harmonies of #328B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B5B

Black with #328B5B

Text Example


Text Example

White with #328B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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