#317978

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

Shades of Atoll #317978

Tints of Atoll #317978

Color information

#317978 (or 0x317978) is unknown color: approx Atoll. HEX triplet: 31, 79 and 78. RGB value is (49,121,120). Sum of RGB (Red+Green+Blue) = 49+121+120=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #317978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317978 is #CE8687. Grayscale: #636363. Windows color (decimal): -13534856 or 7895345. OLE color: 7895345.

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

Color convert

RGB49121120-
CMYK0.6000.010.53
HSL179.17º42.35%33.33%-
HSV(B)179.17º59.5%47.45%-
XYZ11.4915.6820.19-
YUV99.36139.6592.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=16.90%
G=41.72%
B=41.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491211200.6000.010.53179.1742.3533.33
Hex3179783C0135b32a21
Octal611711707401652635241
Binary110001111100111110001111000111010110110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317978; }

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

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

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

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

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

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

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

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