Html Css Color HEX #329150 Sea Green

📋 copy color: '#329150'

red 50 ◦ green 145 ◦ blue 80

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

Shades of Sea Green #329150

Tints of Sea Green #329150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.73%

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

R = 18.18%
G = 52.73%
B = 29.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#329150 (or 0x329150) is known color: Sea Green. HEX triplet: 32, 91 and 50. RGB value is (50,145,80). Sum of RGB (Red+Green+Blue) = 50+145+80=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #329150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329150 is #CD6EAF. Grayscale: #6D6D6D. Windows color (decimal): -13463216 or 5280050. OLE color: 5280050.

HSL color Cylindrical-coordinate representation of color #329150: hue angle of 138.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329150 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 80 -
CMYK 0.66 0 0.45 0.43
HSL 138.95º 0.49% 0.38% -
HSV(B) 138.95º 0.66% 0.57% -
XYZ 12.89 21.51 11.06 -
YUV 109.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 50 145 80 0.66 0 0.45 0.43 138.95 0.49 0.38
Hex 32 91 50 42 0 2D 2B 8B 31 26
Octal 62 221 120 102 0 55 53 213 61 46
Binary 110010 10010001 1010000 1000010 0 101101 101011 10001011 110001 100110

Color Harmonies of #329150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329150

Black with #329150

Text Example


Text Example

White with #329150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329150; }

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

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

background-color css

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

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

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

border-color css

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

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

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