#328381

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

Shades of Atoll #328381

Tints of Atoll #328381

Color information

#328381 (or 0x328381) is unknown color: approx Atoll. HEX triplet: 32, 83 and 81. RGB value is (50,131,129). Sum of RGB (Red+Green+Blue) = 50+131+129=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #328381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328381 is #CD7C7E. Grayscale: #6A6A6A. Windows color (decimal): -13466751 or 8487730. OLE color: 8487730.

HSL color Cylindrical-coordinate representation of color #328381: hue angle of 178.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328381 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB50131129-
CMYK0.6200.020.49
HSL178.52º44.75%35.49%-
HSV(B)178.52º61.83%51.37%-
XYZ13.3918.523.63-
YUV106.55140.6687.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=16.13%
G=42.26%
B=41.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501311290.6200.020.49178.5244.7535.49
Hex3283813E0231b32d23
Octal622032017602612635543
Binary110010100000111000000111111001011000110110011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328381; }

 p { color: rgb(50,131,129); }

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

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

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

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

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

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

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