Html Css Color HEX #329050 Sea Green

📋 copy color: '#329050'

red 50 ◦ green 144 ◦ blue 80

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

Shades of Sea Green #329050

Tints of Sea Green #329050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 18.25%
G = 52.55%
B = 29.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#329050 (or 0x329050) is known color: Sea Green. HEX triplet: 32, 90 and 50. RGB value is (50,144,80). Sum of RGB (Red+Green+Blue) = 50+144+80=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #329050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329050 is #CD6FAF. Grayscale: #6C6C6C. Windows color (decimal): -13463472 or 5279794. OLE color: 5279794.

HSL color Cylindrical-coordinate representation of color #329050: hue angle of 139.15º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329050 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 80 -
CMYK 0.65 0 0.44 0.44
HSL 139.15º 0.48% 0.38% -
HSV(B) 139.15º 0.65% 0.56% -
XYZ 12.74 21.2 11.01 -
YUV 108.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 50 144 80 0.65 0 0.44 0.44 139.15 0.48 0.38
Hex 32 90 50 41 0 2C 2C 8B 30 26
Octal 62 220 120 101 0 54 54 213 60 46
Binary 110010 10010000 1010000 1000001 0 101100 101100 10001011 110000 100110

Color Harmonies of #329050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329050

Black with #329050

Text Example


Text Example

White with #329050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329050; }

 p { color: rgb(50,144,80); }

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

background-color css

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

 a { background-color: rgb(50,144,80); }

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

border-color css

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

 span { border-color: rgb(50,144,80); }

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