#329552

Color #329552 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #329552

Tints of Sea Green #329552

Color information

#329552 (or 0x329552) is unknown color: approx Sea Green. HEX triplet: 32, 95 and 52. RGB value is (50,149,82). Sum of RGB (Red+Green+Blue) = 50+149+82=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #329552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329552 is #CD6AAD. Grayscale: #6F6F6F. Windows color (decimal): -13462190 or 5412146. OLE color: 5412146.

HSL color Cylindrical-coordinate representation of color #329552: hue angle of 139.39º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329552 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB5014982-
CMYK0.6600.450.42
HSL139.39º49.75%39.02%-
HSV(B)139.39º66.44%58.43%-
XYZ13.5922.7811.66-
YUV111.76111.283.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=17.79%
G=53.02%
B=29.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149820.6600.450.42139.3949.7539.02
Hex3295524202D2A8b3227
Octal62225122102055522136247
Binary1100101001010110100101000010010110110101010001011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329552; }

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

 H1.HeaderClassName
 {
   color: #329552;
 }
 .AnyTagClassName
 {
   color: #329552;
 }
</style>
background-color css

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

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

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

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

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

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