#318382

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

Shades of Atoll #318382

Tints of Atoll #318382

Color information

#318382 (or 0x318382) is unknown color: approx Atoll. HEX triplet: 31, 83 and 82. RGB value is (49,131,130). Sum of RGB (Red+Green+Blue) = 49+131+130=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #318382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318382 is #CE7C7D. Grayscale: #6A6A6A. Windows color (decimal): -13532286 or 8553265. OLE color: 8553265.

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

Color convert

RGB49131130-
CMYK0.6300.010.49
HSL179.27º45.56%35.29%-
HSV(B)179.27º62.6%51.37%-
XYZ13.4118.523.98-
YUV106.37141.3387.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=15.81%
G=42.26%
B=41.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311300.6300.010.49179.2745.5635.29
Hex3183823F0131b32e23
Octal612032027701612635643
Binary11000110000011100000101111110111000110110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318382; }

 p { color: rgb(49,131,130); }

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

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

 a { background-color: rgb(49,131,130); }

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

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

 span { border-color: rgb(49,131,130); }

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