Html Css Color HEX #328460 Sea Green

📋 copy color: '#328460'

red 50 ◦ green 132 ◦ blue 96

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

Shades of Sea Green #328460

Tints of Sea Green #328460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.48%

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

R = 17.99%
G = 47.48%
B = 34.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#328460 (or 0x328460) is known color: Sea Green. HEX triplet: 32, 84 and 60. RGB value is (50,132,96). Sum of RGB (Red+Green+Blue) = 50+132+96=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #328460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328460 is #CD7B9F. Grayscale: #676767. Windows color (decimal): -13466528 or 6325298. OLE color: 6325298.

HSL color Cylindrical-coordinate representation of color #328460: hue angle of 153.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328460 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 96 -
CMYK 0.62 0 0.27 0.48
HSL 153.66º 0.45% 0.36% -
HSV(B) 153.66º 0.62% 0.52% -
XYZ 11.68 18.03 13.93 -
YUV 103.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 50 132 96 0.62 0 0.27 0.48 153.66 0.45 0.36
Hex 32 84 60 3E 0 1B 30 9A 2D 24
Octal 62 204 140 76 0 33 60 232 55 44
Binary 110010 10000100 1100000 111110 0 11011 110000 10011010 101101 100100

Color Harmonies of #328460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328460

Black with #328460

Text Example


Text Example

White with #328460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328460; }

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

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

background-color css

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

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

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

border-color css

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

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

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