Html Css Color HEX #328660 Sea Green

📋 copy color: '#328660'

red 50 ◦ green 134 ◦ blue 96

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

Shades of Sea Green #328660

Tints of Sea Green #328660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 17.86%
G = 47.86%
B = 34.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#328660 (or 0x328660) is known color: Sea Green. HEX triplet: 32, 86 and 60. RGB value is (50,134,96). Sum of RGB (Red+Green+Blue) = 50+134+96=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #328660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328660 is #CD799F. Grayscale: #686868. Windows color (decimal): -13466016 or 6325810. OLE color: 6325810.

HSL color Cylindrical-coordinate representation of color #328660: hue angle of 152.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328660 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 96 -
CMYK 0.63 0 0.28 0.47
HSL 152.86º 0.46% 0.36% -
HSV(B) 152.86º 0.63% 0.53% -
XYZ 11.95 18.57 14.02 -
YUV 104.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 50 134 96 0.63 0 0.28 0.47 152.86 0.46 0.36
Hex 32 86 60 3F 0 1C 2F 99 2E 24
Octal 62 206 140 77 0 34 57 231 56 44
Binary 110010 10000110 1100000 111111 0 11100 101111 10011001 101110 100100

Color Harmonies of #328660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328660

Black with #328660

Text Example


Text Example

White with #328660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328660; }

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

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

background-color css

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

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

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

border-color css

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

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

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