#316F68

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

Shades of Genoa #316F68

Tints of Genoa #316F68

Color information

#316F68 (or 0x316F68) is unknown color: approx Genoa. HEX triplet: 31, 6F and 68. RGB value is (49,111,104). Sum of RGB (Red+Green+Blue) = 49+111+104=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #316F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F68 is #CE9097. Grayscale: #5B5B5B. Windows color (decimal): -13537432 or 6844209. OLE color: 6844209.

HSL color Cylindrical-coordinate representation of color #316F68: hue angle of 173.23º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F68 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB49111104-
CMYK0.5600.060.56
HSL173.23º38.75%31.37%-
HSV(B)173.23º55.86%43.53%-
XYZ9.4513.0215.11-
YUV91.66134.9697.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=18.56%
G=42.05%
B=39.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491111040.5600.060.56173.2338.7531.37
Hex316F68380638ad271f
Octal611571507006702554737
Binary1100011101111110100011100001101110001010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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