#316F62

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

Shades of Genoa #316F62

Tints of Genoa #316F62

Color information

#316F62 (or 0x316F62) is unknown color: approx Genoa. HEX triplet: 31, 6F and 62. RGB value is (49,111,98). Sum of RGB (Red+Green+Blue) = 49+111+98=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #316F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F62 is #CE909D. Grayscale: #5A5A5A. Windows color (decimal): -13537438 or 6450993. OLE color: 6450993.

HSL color Cylindrical-coordinate representation of color #316F62: hue angle of 167.42º 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 #316F62 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB4911198-
CMYK0.5600.120.56
HSL167.42º38.75%31.37%-
HSV(B)167.42º55.86%43.53%-
XYZ9.1612.913.56-
YUV90.98131.9698.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=18.99%
G=43.02%
B=37.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111980.5600.120.56167.4238.7531.37
Hex316F62380C38a7271f
Octal6115714270014702474737
Binary11000111011111100010111000011001110001010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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