#316863

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

Shades of Genoa #316863

Tints of Genoa #316863

Color information

#316863 (or 0x316863) is unknown color: approx Genoa. HEX triplet: 31, 68 and 63. RGB value is (49,104,99). Sum of RGB (Red+Green+Blue) = 49+104+99=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #316863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316863 is #CE979C. Grayscale: #565656. Windows color (decimal): -13539229 or 6514737. OLE color: 6514737.

HSL color Cylindrical-coordinate representation of color #316863: hue angle of 174.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316863 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB4910499-
CMYK0.5300.050.59
HSL174.55º35.95%30%-
HSV(B)174.55º52.88%40.78%-
XYZ8.4711.4513.57-
YUV86.98134.78100.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=19.44%
G=41.27%
B=39.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104990.5300.050.59174.5535.9530
Hex31686335053Baf241e
Octal611501436505732574436
Binary1100011101000110001111010101011110111010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316863; }

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

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

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

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

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

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

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

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