#316A63

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

Shades of Genoa #316A63

Tints of Genoa #316A63

Color information

#316A63 (or 0x316A63) is unknown color: approx Genoa. HEX triplet: 31, 6A and 63. RGB value is (49,106,99). Sum of RGB (Red+Green+Blue) = 49+106+99=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #316A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A63 is #CE959C. Grayscale: #585858. Windows color (decimal): -13538717 or 6515249. OLE color: 6515249.

HSL color Cylindrical-coordinate representation of color #316A63: hue angle of 172.63º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A63 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB4910699-
CMYK0.5400.070.58
HSL172.63º36.77%30.39%-
HSV(B)172.63º53.77%41.57%-
XYZ8.6711.8613.64-
YUV88.16134.12100.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=19.29%
G=41.73%
B=38.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106990.5400.070.58172.6336.7730.39
Hex316A6336073Aad251e
Octal611521436607722554536
Binary1100011101010110001111011001111110101010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A63; }

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

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

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

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

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

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

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

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