#327574

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

Shades of Atoll #327574

Tints of Atoll #327574

Color information

#327574 (or 0x327574) is unknown color: approx Atoll. HEX triplet: 32, 75 and 74. RGB value is (50,117,116). Sum of RGB (Red+Green+Blue) = 50+117+116=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #327574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327574 is #CD8A8B. Grayscale: #606060. Windows color (decimal): -13470348 or 7632178. OLE color: 7632178.

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

Color convert

RGB50117116-
CMYK0.5700.010.54
HSL179.1º40.12%32.75%-
HSV(B)179.1º57.26%45.88%-
XYZ10.8314.6618.78-
YUV96.85138.894.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=17.67%
G=41.34%
B=40.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171160.5700.010.54179.140.1232.75
Hex327574390136b32821
Octal621651647101662635041
Binary110010111010111101001110010111011010110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327574; }

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

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

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

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

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

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

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

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