#317F6D

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

Shades of Genoa #317F6D

Tints of Genoa #317F6D

Color information

#317F6D (or 0x317F6D) is unknown color: approx Genoa. HEX triplet: 31, 7F and 6D. RGB value is (49,127,109). Sum of RGB (Red+Green+Blue) = 49+127+109=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #317F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F6D is #CE8092. Grayscale: #656565. Windows color (decimal): -13533331 or 7175985. OLE color: 7175985.

HSL color Cylindrical-coordinate representation of color #317F6D: hue angle of 166.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F6D is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB49127109-
CMYK0.6100.140.50
HSL166.15º44.32%34.51%-
HSV(B)166.15º61.42%49.8%-
XYZ11.6216.9417.12-
YUV101.63132.1690.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=17.19%
G=44.56%
B=38.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491271090.6100.140.50166.1544.3234.51
Hex317F6D3D0E32a62c23
Octal6117715575016622465443
Binary110001111111111011011111010111011001010100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F6D; }

 p { color: rgb(49,127,109); }

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

<style>
 a { background-color: #317F6D; }

 a { background-color: rgb(49,127,109); }

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

<style>
 span { border-color: #317F6D; }

 span { border-color: rgb(49,127,109); }

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