Html Css Color HEX #329052 Sea Green

📋 copy color: '#329052'

red 50 ◦ green 144 ◦ blue 82

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

Shades of Sea Green #329052

Tints of Sea Green #329052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 18.12%
G = 52.17%
B = 29.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#329052 (or 0x329052) is known color: Sea Green. HEX triplet: 32, 90 and 52. RGB value is (50,144,82). Sum of RGB (Red+Green+Blue) = 50+144+82=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #329052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329052 is #CD6FAD. Grayscale: #6C6C6C. Windows color (decimal): -13463470 or 5410866. OLE color: 5410866.

HSL color Cylindrical-coordinate representation of color #329052: hue angle of 140.43º 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 #329052 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 82 -
CMYK 0.65 0 0.43 0.44
HSL 140.43º 0.48% 0.38% -
HSV(B) 140.43º 0.65% 0.56% -
XYZ 12.81 21.23 11.41 -
YUV 108.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 50 144 82 0.65 0 0.43 0.44 140.43 0.48 0.38
Hex 32 90 52 41 0 2B 2C 8C 30 26
Octal 62 220 122 101 0 53 54 214 60 46
Binary 110010 10010000 1010010 1000001 0 101011 101100 10001100 110000 100110

Color Harmonies of #329052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329052

Black with #329052

Text Example


Text Example

White with #329052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329052; }

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

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

background-color css

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

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

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

border-color css

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

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

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