#327576

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

Shades of Atoll #327576

Tints of Atoll #327576

Color information

#327576 (or 0x327576) is unknown color: approx Atoll. HEX triplet: 32, 75 and 76. RGB value is (50,117,118). Sum of RGB (Red+Green+Blue) = 50+117+118=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #327576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327576 is #CD8A89. Grayscale: #616161. Windows color (decimal): -13470346 or 7763250. OLE color: 7763250.

HSL color Cylindrical-coordinate representation of color #327576: hue angle of 180.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327576 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50117118-
CMYK0.580.0100.54
HSL180.88º40.48%32.94%-
HSV(B)180.88º57.63%46.27%-
XYZ10.9514.7119.4-
YUV97.08139.894.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=17.54%
G=41.05%
B=41.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171180.580.0100.54180.8840.4832.94
Hex3275763A1036b52821
Octal621651667210662655041
Binary110010111010111101101110101011011010110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327576; }

 p { color: rgb(50,117,118); }

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

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

 a { background-color: rgb(50,117,118); }

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

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

 span { border-color: rgb(50,117,118); }

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