#327271

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

Shades of Atoll #327271

Tints of Atoll #327271

Color information

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

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

Color convert

RGB50114113-
CMYK0.5600.010.55
HSL179.06º39.02%32.16%-
HSV(B)179.06º56.14%44.71%-
XYZ10.3113.917.76-
YUV94.75138.396.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501141130.5600.010.55179.0639.0232.16
Hex327271380137b32720
Octal621621617001672634740
Binary110010111001011100011110000111011110110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327271; }

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

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

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

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

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

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

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

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