#328781

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

Shades of Atoll #328781

Tints of Atoll #328781

Color information

#328781 (or 0x328781) is unknown color: approx Atoll. HEX triplet: 32, 87 and 81. RGB value is (50,135,129). Sum of RGB (Red+Green+Blue) = 50+135+129=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #328781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328781 is #CD787E. Grayscale: #6C6C6C. Windows color (decimal): -13465727 or 8488754. OLE color: 8488754.

HSL color Cylindrical-coordinate representation of color #328781: hue angle of 175.76º 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 #328781 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB50135129-
CMYK0.6300.040.47
HSL175.76º45.95%36.27%-
HSV(B)175.76º62.96%52.94%-
XYZ13.9419.5923.82-
YUV108.9139.3485.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=15.92%
G=42.99%
B=41.08%

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
Decimal501351290.6300.040.47175.7645.9536.27
Hex3287813F042Fb02e24
Octal622072017704572605644
Binary1100101000011110000001111111010010111110110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328781; }

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

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

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

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

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

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

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

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