#317263

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

Shades of Genoa #317263

Tints of Genoa #317263

Color information

#317263 (or 0x317263) is unknown color: approx Genoa. HEX triplet: 31, 72 and 63. RGB value is (49,114,99). Sum of RGB (Red+Green+Blue) = 49+114+99=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #317263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317263 is #CE8D9C. Grayscale: #5C5C5C. Windows color (decimal): -13536669 or 6517297. OLE color: 6517297.

HSL color Cylindrical-coordinate representation of color #317263: hue angle of 166.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317263 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB4911499-
CMYK0.5700.130.55
HSL166.15º39.88%31.96%-
HSV(B)166.15º57.02%44.71%-
XYZ9.5413.5913.92-
YUV92.85131.4796.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=18.70%
G=43.51%
B=37.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114990.5700.130.55166.1539.8831.96
Hex317263390D37a62820
Octal6116214371015672465040
Binary110001111001011000111110010110111011110100110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317263; }

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

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

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

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

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

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

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

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