#317674

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

Shades of Atoll #317674

Tints of Atoll #317674

Color information

#317674 (or 0x317674) is unknown color: approx Atoll. HEX triplet: 31, 76 and 74. RGB value is (49,118,116). Sum of RGB (Red+Green+Blue) = 49+118+116=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #317674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317674 is #CE898B. Grayscale: #616161. Windows color (decimal): -13535628 or 7632433. OLE color: 7632433.

HSL color Cylindrical-coordinate representation of color #317674: hue angle of 178.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317674 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB49118116-
CMYK0.5800.020.54
HSL178.26º41.32%32.75%-
HSV(B)178.26º58.47%46.27%-
XYZ10.914.8718.82-
YUV97.14138.6493.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=17.31%
G=41.70%
B=40.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181160.5800.020.54178.2641.3232.75
Hex3176743A0236b22921
Octal611661647202662625141
Binary1100011110110111010011101001011011010110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317674; }

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

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

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

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

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

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

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

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