#317F6F

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

Shades of Genoa #317F6F

Tints of Genoa #317F6F

Color information

#317F6F (or 0x317F6F) is unknown color: approx Genoa. HEX triplet: 31, 7F and 6F. RGB value is (49,127,111). Sum of RGB (Red+Green+Blue) = 49+127+111=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #317F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F6F is #CE8090. Grayscale: #656565. Windows color (decimal): -13533329 or 7307057. OLE color: 7307057.

HSL color Cylindrical-coordinate representation of color #317F6F: hue angle of 167.69º 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 #317F6F is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB49127111-
CMYK0.6100.130.50
HSL167.69º44.32%34.51%-
HSV(B)167.69º61.42%49.8%-
XYZ11.7316.9817.7-
YUV101.85133.1690.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=17.07%
G=44.25%
B=38.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491271110.6100.130.50167.6944.3234.51
Hex317F6F3D0D32a82c23
Octal6117715775015622505443
Binary110001111111111011111111010110111001010101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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