#327473

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

Shades of Atoll #327473

Tints of Atoll #327473

Color information

#327473 (or 0x327473) is unknown color: approx Atoll. HEX triplet: 32, 74 and 73. RGB value is (50,116,115). Sum of RGB (Red+Green+Blue) = 50+116+115=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #327473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327473 is #CD8B8C. Grayscale: #606060. Windows color (decimal): -13470605 or 7566386. OLE color: 7566386.

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

Color convert

RGB50116115-
CMYK0.5700.010.55
HSL179.09º39.76%32.55%-
HSV(B)179.09º56.9%45.49%-
XYZ10.6614.4118.44-
YUV96.15138.6395.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=17.79%
G=41.28%
B=40.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501161150.5700.010.55179.0939.7632.55
Hex327473390137b32821
Octal621641637101672635041
Binary110010111010011100111110010111011110110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327473; }

 p { color: rgb(50,116,115); }

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

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

 a { background-color: rgb(50,116,115); }

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

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

 span { border-color: rgb(50,116,115); }

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