Html Css Color HEX #328C5F Sea Green

📋 copy color: '#328C5F'

red 50 ◦ green 140 ◦ blue 95

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

Shades of Sea Green #328C5F

Tints of Sea Green #328C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.12%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 17.54%
G = 49.12%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#328C5F (or 0x328C5F) is known color: Sea Green. HEX triplet: 32, 8C and 5F. RGB value is (50,140,95). Sum of RGB (Red+Green+Blue) = 50+140+95=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #328C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C5F is #CD73A0. Grayscale: #6C6C6C. Windows color (decimal): -13464481 or 6261810. OLE color: 6261810.

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

Color convert

RGB 50 140 95 -
CMYK 0.64 0 0.32 0.45
HSL 150º 0.47% 0.37% -
HSV(B) 150º 0.64% 0.55% -
XYZ 12.76 20.26 14.06 -
YUV 107.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 50 140 95 0.64 0 0.32 0.45 150 0.47 0.37
Hex 32 8C 5F 40 0 20 2D 96 2F 25
Octal 62 214 137 100 0 40 55 226 57 45
Binary 110010 10001100 1011111 1000000 0 100000 101101 10010110 101111 100101

Color Harmonies of #328C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C5F

Black with #328C5F

Text Example


Text Example

White with #328C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,95); }

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

background-color css

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

 a { background-color: rgb(50,140,95); }

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

border-color css

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

 span { border-color: rgb(50,140,95); }

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