Html Css Color HEX #329252 Sea Green

📋 copy color: '#329252'

red 50 ◦ green 146 ◦ blue 82

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

Shades of Sea Green #329252

Tints of Sea Green #329252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 17.99%
G = 52.52%
B = 29.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#329252 (or 0x329252) is known color: Sea Green. HEX triplet: 32, 92 and 52. RGB value is (50,146,82). Sum of RGB (Red+Green+Blue) = 50+146+82=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #329252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329252 is #CD6DAD. Grayscale: #6E6E6E. Windows color (decimal): -13462958 or 5411378. OLE color: 5411378.

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

Color convert

RGB 50 146 82 -
CMYK 0.66 0 0.44 0.43
HSL 140º 0.49% 0.38% -
HSV(B) 140º 0.66% 0.57% -
XYZ 13.12 21.85 11.51 -
YUV 110 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 50 146 82 0.66 0 0.44 0.43 140 0.49 0.38
Hex 32 92 52 42 0 2C 2B 8C 31 26
Octal 62 222 122 102 0 54 53 214 61 46
Binary 110010 10010010 1010010 1000010 0 101100 101011 10001100 110001 100110

Color Harmonies of #329252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329252

Black with #329252

Text Example


Text Example

White with #329252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329252; }

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

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

background-color css

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

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

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

border-color css

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

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

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