#317565

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

Shades of Genoa #317565

Tints of Genoa #317565

Color information

#317565 (or 0x317565) is unknown color: approx Genoa. HEX triplet: 31, 75 and 65. RGB value is (49,117,101). Sum of RGB (Red+Green+Blue) = 49+117+101=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #317565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317565 is #CE8A9A. Grayscale: #5E5E5E. Windows color (decimal): -13535899 or 6649137. OLE color: 6649137.

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

Color convert

RGB49117101-
CMYK0.5800.140.54
HSL165.88º40.96%32.55%-
HSV(B)165.88º58.12%45.88%-
XYZ9.9814.3214.55-
YUV94.84131.4795.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=18.35%
G=43.82%
B=37.83%

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
Decimal491171010.5800.140.54165.8840.9632.55
Hex3175653A0E36a62921
Octal6116514572016662465141
Binary110001111010111001011110100111011011010100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317565; }

 p { color: rgb(49,117,101); }

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

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

 a { background-color: rgb(49,117,101); }

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

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

 span { border-color: rgb(49,117,101); }

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