#316B61

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

Shades of Genoa #316B61

Tints of Genoa #316B61

Color information

#316B61 (or 0x316B61) is unknown color: approx Genoa. HEX triplet: 31, 6B and 61. RGB value is (49,107,97). Sum of RGB (Red+Green+Blue) = 49+107+97=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #316B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B61 is #CE949E. Grayscale: #585858. Windows color (decimal): -13538463 or 6384433. OLE color: 6384433.

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

Color convert

RGB4910797-
CMYK0.5400.090.58
HSL169.66º37.18%30.59%-
HSV(B)169.66º54.21%41.96%-
XYZ8.6812.0313.17-
YUV88.52132.7899.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=19.37%
G=42.29%
B=38.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107970.5400.090.58169.6637.1830.59
Hex316B6136093Aaa251f
Octal6115314166011722524537
Binary11000111010111100001110110010011110101010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,97); }

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

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

 a { background-color: rgb(49,107,97); }

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

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

 span { border-color: rgb(49,107,97); }

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