#318582

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

Shades of Atoll #318582

Tints of Atoll #318582

Color information

#318582 (or 0x318582) is unknown color: approx Atoll. HEX triplet: 31, 85 and 82. RGB value is (49,133,130). Sum of RGB (Red+Green+Blue) = 49+133+130=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #318582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318582 is #CE7A7D. Grayscale: #6B6B6B. Windows color (decimal): -13531774 or 8553777. OLE color: 8553777.

HSL color Cylindrical-coordinate representation of color #318582: hue angle of 177.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318582 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB49133130-
CMYK0.6300.020.48
HSL177.86º46.15%35.69%-
HSV(B)177.86º63.16%52.16%-
XYZ13.6819.0424.07-
YUV107.54140.6786.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=15.71%
G=42.63%
B=41.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331300.6300.020.48177.8646.1535.69
Hex3185823F0230b22e24
Octal612052027702602625644
Binary110001100001011000001011111101011000010110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318582; }

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

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

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

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

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

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

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

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