Html Css Color HEX #328960 Sea Green

📋 copy color: '#328960'

red 50 ◦ green 137 ◦ blue 96

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

Shades of Sea Green #328960

Tints of Sea Green #328960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 17.67%
G = 48.41%
B = 33.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#328960 (or 0x328960) is known color: Sea Green. HEX triplet: 32, 89 and 60. RGB value is (50,137,96). Sum of RGB (Red+Green+Blue) = 50+137+96=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #328960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328960 is #CD769F. Grayscale: #6A6A6A. Windows color (decimal): -13465248 or 6326578. OLE color: 6326578.

HSL color Cylindrical-coordinate representation of color #328960: hue angle of 151.72º 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 #328960 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 96 -
CMYK 0.64 0 0.30 0.46
HSL 151.72º 0.47% 0.37% -
HSV(B) 151.72º 0.64% 0.54% -
XYZ 12.37 19.41 14.16 -
YUV 106.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 50 137 96 0.64 0 0.30 0.46 151.72 0.47 0.37
Hex 32 89 60 40 0 1E 2E 98 2F 25
Octal 62 211 140 100 0 36 56 230 57 45
Binary 110010 10001001 1100000 1000000 0 11110 101110 10011000 101111 100101

Color Harmonies of #328960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328960

Black with #328960

Text Example


Text Example

White with #328960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328960; }

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

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

background-color css

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

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

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

border-color css

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

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

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