#327272

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

Shades of Atoll #327272

Tints of Atoll #327272

Color information

#327272 (or 0x327272) is unknown color: approx Atoll. HEX triplet: 32, 72 and 72. RGB value is (50,114,114). Sum of RGB (Red+Green+Blue) = 50+114+114=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #327272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327272 is #CD8D8D. Grayscale: #5E5E5E. Windows color (decimal): -13471118 or 7500338. OLE color: 7500338.

HSL color Cylindrical-coordinate representation of color #327272: hue angle of 180º 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 #327272 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50114114-
CMYK0.56000.55
HSL180º39.02%32.16%-
HSV(B)180º56.14%44.71%-
XYZ10.3713.9318.06-
YUV94.86138.896-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=17.99%
G=41.01%
B=41.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501141140.56000.5518039.0232.16
Hex327272380037b42720
Octal621621627000672644740
Binary110010111001011100101110000011011110110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327272; }

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

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

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

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

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

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

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

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