#316C69

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

Shades of Genoa #316C69

Tints of Genoa #316C69

Color information

#316C69 (or 0x316C69) is unknown color: approx Genoa. HEX triplet: 31, 6C and 69. RGB value is (49,108,105). Sum of RGB (Red+Green+Blue) = 49+108+105=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #316C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C69 is #CE9396. Grayscale: #595959. Windows color (decimal): -13538199 or 6908977. OLE color: 6908977.

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

Color convert

RGB49108105-
CMYK0.5500.030.58
HSL176.95º37.58%30.78%-
HSV(B)176.95º54.63%42.35%-
XYZ9.1812.415.27-
YUV90.02136.4598.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 108 (42.58% from 255) = 41.22%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=18.70%
G=41.22%
B=40.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal491081050.5500.030.58176.9537.5830.78
Hex316C6937033Ab1261f
Octal611541516703722614637
Binary110001110110011010011101110111110101011000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,105); }

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

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

 a { background-color: rgb(49,108,105); }

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

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

 span { border-color: rgb(49,108,105); }

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