#317876

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

Shades of Atoll #317876

Tints of Atoll #317876

Color information

#317876 (or 0x317876) is unknown color: approx Atoll. HEX triplet: 31, 78 and 76. RGB value is (49,120,118). Sum of RGB (Red+Green+Blue) = 49+120+118=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #317876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317876 is #CE8789. Grayscale: #626262. Windows color (decimal): -13535114 or 7764017. OLE color: 7764017.

HSL color Cylindrical-coordinate representation of color #317876: hue angle of 178.31º 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 #317876 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB49120118-
CMYK0.5900.020.53
HSL178.31º42.01%33.14%-
HSV(B)178.31º59.17%47.06%-
XYZ11.2515.3919.52-
YUV98.54138.9892.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=17.07%
G=41.81%
B=41.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491201180.5900.020.53178.3142.0133.14
Hex3178763B0235b22a21
Octal611701667302652625241
Binary1100011111000111011011101101011010110110010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317876; }

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

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

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

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

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

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

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

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