#328552

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

Shades of Sea Green #328552

Tints of Sea Green #328552

Color information

#328552 (or 0x328552) is unknown color: approx Sea Green. HEX triplet: 32, 85 and 52. RGB value is (50,133,82). Sum of RGB (Red+Green+Blue) = 50+133+82=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #328552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328552 is #CD7AAD. Grayscale: #666666. Windows color (decimal): -13466286 or 5408050. OLE color: 5408050.

HSL color Cylindrical-coordinate representation of color #328552: hue angle of 143.13º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328552 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB5013382-
CMYK0.6200.380.48
HSL143.13º45.36%35.88%-
HSV(B)143.13º62.41%52.16%-
XYZ11.2318.0610.88-
YUV102.37116.590.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=18.87%
G=50.19%
B=30.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133820.6200.380.48143.1345.3635.88
Hex3285523E026308f2d24
Octal6220512276046602175544
Binary110010100001011010010111110010011011000010001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328552; }

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

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

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

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

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

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

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

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