Html Css Color HEX #328955 Sea Green

📋 copy color: '#328955'

red 50 ◦ green 137 ◦ blue 85

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

Shades of Sea Green #328955

Tints of Sea Green #328955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.37%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 18.38%
G = 50.37%
B = 31.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#328955 (or 0x328955) is known color: Sea Green. HEX triplet: 32, 89 and 55. RGB value is (50,137,85). Sum of RGB (Red+Green+Blue) = 50+137+85=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #328955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328955 is #CD76AA. Grayscale: #696969. Windows color (decimal): -13465259 or 5605682. OLE color: 5605682.

HSL color Cylindrical-coordinate representation of color #328955: hue angle of 144.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328955 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 85 -
CMYK 0.64 0 0.38 0.46
HSL 144.14º 0.47% 0.37% -
HSV(B) 144.14º 0.64% 0.54% -
XYZ 11.9 19.23 11.68 -
YUV 105.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 50 137 85 0.64 0 0.38 0.46 144.14 0.47 0.37
Hex 32 89 55 40 0 26 2E 90 2F 25
Octal 62 211 125 100 0 46 56 220 57 45
Binary 110010 10001001 1010101 1000000 0 100110 101110 10010000 101111 100101

Color Harmonies of #328955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328955

Black with #328955

Text Example


Text Example

White with #328955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328955; }

 p { color: rgb(50,137,85); }

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

background-color css

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

 a { background-color: rgb(50,137,85); }

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

border-color css

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

 span { border-color: rgb(50,137,85); }

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