#317776

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

Shades of Atoll #317776

Tints of Atoll #317776

Color information

#317776 (or 0x317776) is unknown color: approx Atoll. HEX triplet: 31, 77 and 76. RGB value is (49,119,118). Sum of RGB (Red+Green+Blue) = 49+119+118=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #317776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317776 is #CE8889. Grayscale: #616161. Windows color (decimal): -13535370 or 7763761. OLE color: 7763761.

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

Color convert

RGB49119118-
CMYK0.5900.010.53
HSL179.14º41.67%32.94%-
HSV(B)179.14º58.82%46.67%-
XYZ11.1315.1519.48-
YUV97.96139.3193.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=17.13%
G=41.61%
B=41.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491191180.5900.010.53179.1441.6732.94
Hex3177763B0135b32a21
Octal611671667301652635241
Binary110001111011111101101110110111010110110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317776; }

 p { color: rgb(49,119,118); }

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

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

 a { background-color: rgb(49,119,118); }

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

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

 span { border-color: rgb(49,119,118); }

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