#327172

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

Shades of Atoll #327172

Tints of Atoll #327172

Color information

#327172 (or 0x327172) is unknown color: approx Atoll. HEX triplet: 32, 71 and 72. RGB value is (50,113,114). Sum of RGB (Red+Green+Blue) = 50+113+114=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #327172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327172 is #CD8E8D. Grayscale: #5E5E5E. Windows color (decimal): -13471374 or 7500082. OLE color: 7500082.

HSL color Cylindrical-coordinate representation of color #327172: hue angle of 180.94º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327172 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50113114-
CMYK0.560.0100.55
HSL180.94º39.02%32.16%-
HSV(B)180.94º56.14%44.71%-
XYZ10.2613.718.02-
YUV94.28139.1396.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=18.05%
G=40.79%
B=41.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501131140.560.0100.55180.9439.0232.16
Hex327172381037b52720
Octal621611627010672654740
Binary110010111000111100101110001011011110110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327172; }

 p { color: rgb(50,113,114); }

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

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

 a { background-color: rgb(50,113,114); }

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

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

 span { border-color: rgb(50,113,114); }

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