#316E60

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

Shades of Genoa #316E60

Tints of Genoa #316E60

Color information

#316E60 (or 0x316E60) is unknown color: approx Genoa. HEX triplet: 31, 6E and 60. RGB value is (49,110,96). Sum of RGB (Red+Green+Blue) = 49+110+96=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #316E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E60 is #CE919F. Grayscale: #5A5A5A. Windows color (decimal): -13537696 or 6319665. OLE color: 6319665.

HSL color Cylindrical-coordinate representation of color #316E60: hue angle of 166.23º 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 #316E60 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB4911096-
CMYK0.5500.130.57
HSL166.23º38.36%31.18%-
HSV(B)166.23º55.45%43.14%-
XYZ8.9512.6513.04-
YUV90.16131.2998.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 110 (43.36% from 255) = 43.14%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=19.22%
G=43.14%
B=37.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49110960.5500.130.57166.2338.3631.18
Hex316E60370D39a6261f
Octal6115614067015712464637
Binary11000111011101100000110111011011110011010011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,96); }

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

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

 a { background-color: rgb(49,110,96); }

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

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

 span { border-color: rgb(49,110,96); }

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