#317666

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

Shades of Genoa #317666

Tints of Genoa #317666

Color information

#317666 (or 0x317666) is unknown color: approx Genoa. HEX triplet: 31, 76 and 66. RGB value is (49,118,102). Sum of RGB (Red+Green+Blue) = 49+118+102=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #317666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317666 is #CE8999. Grayscale: #5F5F5F. Windows color (decimal): -13535642 or 6714929. OLE color: 6714929.

HSL color Cylindrical-coordinate representation of color #317666: hue angle of 166.09º 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 #317666 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB49118102-
CMYK0.5800.140.54
HSL166.09º41.32%32.75%-
HSV(B)166.09º58.47%46.27%-
XYZ10.1414.5714.85-
YUV95.54131.6494.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=18.22%
G=43.87%
B=37.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181020.5800.140.54166.0941.3232.75
Hex3176663A0E36a62921
Octal6116614672016662465141
Binary110001111011011001101110100111011011010100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317666; }

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

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

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

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

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

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

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

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