#316D66

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

Shades of Genoa #316D66

Tints of Genoa #316D66

Color information

#316D66 (or 0x316D66) is unknown color: approx Genoa. HEX triplet: 31, 6D and 66. RGB value is (49,109,102). Sum of RGB (Red+Green+Blue) = 49+109+102=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #316D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D66 is #CE9299. Grayscale: #5A5A5A. Windows color (decimal): -13537946 or 6712625. OLE color: 6712625.

HSL color Cylindrical-coordinate representation of color #316D66: hue angle of 173º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D66 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB49109102-
CMYK0.5500.060.57
HSL173º37.97%30.98%-
HSV(B)173º55.05%42.75%-
XYZ9.1312.5514.51-
YUV90.26134.6298.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=18.85%
G=41.92%
B=39.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal491091020.5500.060.5717337.9730.98
Hex316D66370639ad261f
Octal611551466706712554637
Binary1100011101101110011011011101101110011010110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,102); }

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

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

 a { background-color: rgb(49,109,102); }

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

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

 span { border-color: rgb(49,109,102); }

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