#317663

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

Shades of Genoa #317663

Tints of Genoa #317663

Color information

#317663 (or 0x317663) is unknown color: approx Genoa. HEX triplet: 31, 76 and 63. RGB value is (49,118,99). Sum of RGB (Red+Green+Blue) = 49+118+99=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #317663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317663 is #CE899C. Grayscale: #5F5F5F. Windows color (decimal): -13535645 or 6518321. OLE color: 6518321.

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

Color convert

RGB4911899-
CMYK0.5800.160.54
HSL163.48º41.32%32.75%-
HSV(B)163.48º58.47%46.27%-
XYZ1014.5114.08-
YUV95.2130.1495.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=18.42%
G=44.36%
B=37.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118990.5800.160.54163.4841.3232.75
Hex3176633A01036a32921
Octal6116614372020662435141
Binary1100011110110110001111101001000011011010100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317663; }

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

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

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

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

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

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

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

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