#328782

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

Shades of Atoll #328782

Tints of Atoll #328782

Color information

#328782 (or 0x328782) is unknown color: approx Atoll. HEX triplet: 32, 87 and 82. RGB value is (50,135,130). Sum of RGB (Red+Green+Blue) = 50+135+130=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #328782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328782 is #CD787D. Grayscale: #6C6C6C. Windows color (decimal): -13465726 or 8554290. OLE color: 8554290.

HSL color Cylindrical-coordinate representation of color #328782: hue angle of 176.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328782 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB50135130-
CMYK0.6300.040.47
HSL176.47º45.95%36.27%-
HSV(B)176.47º62.96%52.94%-
XYZ14.0119.6224.17-
YUV109.01139.8485.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=15.87%
G=42.86%
B=41.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351300.6300.040.47176.4745.9536.27
Hex3287823F042Fb02e24
Octal622072027704572605644
Binary1100101000011110000010111111010010111110110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328782; }

 p { color: rgb(50,135,130); }

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

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

 a { background-color: rgb(50,135,130); }

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

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

 span { border-color: rgb(50,135,130); }

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