#327876

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

Shades of Atoll #327876

Tints of Atoll #327876

Color information

#327876 (or 0x327876) is unknown color: approx Atoll. HEX triplet: 32, 78 and 76. RGB value is (50,120,118). Sum of RGB (Red+Green+Blue) = 50+120+118=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #327876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327876 is #CD8789. Grayscale: #626262. Windows color (decimal): -13469578 or 7764018. OLE color: 7764018.

HSL color Cylindrical-coordinate representation of color #327876: hue angle of 178.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327876 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB50120118-
CMYK0.5800.020.53
HSL178.29º41.18%33.33%-
HSV(B)178.29º58.33%47.06%-
XYZ11.315.4219.52-
YUV98.84138.8193.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=17.36%
G=41.67%
B=40.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201180.5800.020.53178.2941.1833.33
Hex3278763A0235b22921
Octal621701667202652625141
Binary1100101111000111011011101001011010110110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327876; }

 p { color: rgb(50,120,118); }

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

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

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

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

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

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

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