#328354

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

Shades of Sea Green #328354

Tints of Sea Green #328354

Color information

#328354 (or 0x328354) is unknown color: approx Sea Green. HEX triplet: 32, 83 and 54. RGB value is (50,131,84). Sum of RGB (Red+Green+Blue) = 50+131+84=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #328354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328354 is #CD7CAB. Grayscale: #656565. Windows color (decimal): -13466796 or 5538610. OLE color: 5538610.

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

Color convert

RGB5013184-
CMYK0.6200.360.49
HSL145.19º44.75%35.49%-
HSV(B)145.19º61.83%51.37%-
XYZ11.0317.5511.19-
YUV101.42118.1691.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=18.87%
G=49.43%
B=31.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131840.6200.360.49145.1944.7535.49
Hex3283543E02431912d23
Octal6220312476044612215543
Binary110010100000111010100111110010010011000110010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328354; }

 p { color: rgb(50,131,84); }

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

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

 a { background-color: rgb(50,131,84); }

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

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

 span { border-color: rgb(50,131,84); }

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