#328983

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

Shades of Atoll #328983

Tints of Atoll #328983

Color information

#328983 (or 0x328983) is unknown color: approx Atoll. HEX triplet: 32, 89 and 83. RGB value is (50,137,131). Sum of RGB (Red+Green+Blue) = 50+137+131=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #328983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328983 is #CD767C. Grayscale: #6E6E6E. Windows color (decimal): -13465213 or 8620338. OLE color: 8620338.

HSL color Cylindrical-coordinate representation of color #328983: hue angle of 175.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328983 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB50137131-
CMYK0.6400.040.46
HSL175.86º46.52%36.67%-
HSV(B)175.86º63.5%53.73%-
XYZ14.3620.2124.62-
YUV110.3139.6884.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=15.72%
G=43.08%
B=41.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371310.6400.040.46175.8646.5236.67
Hex32898340042Eb02f25
Octal6221120310004562605745
Binary11001010001001100000111000000010010111010110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328983; }

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

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

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

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

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

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

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

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