#317671

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

Shades of Genoa #317671

Tints of Genoa #317671

Color information

#317671 (or 0x317671) is unknown color: approx Genoa. HEX triplet: 31, 76 and 71. RGB value is (49,118,113). Sum of RGB (Red+Green+Blue) = 49+118+113=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #317671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317671 is #CE898E. Grayscale: #606060. Windows color (decimal): -13535631 or 7435825. OLE color: 7435825.

HSL color Cylindrical-coordinate representation of color #317671: hue angle of 175.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317671 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB49118113-
CMYK0.5800.040.54
HSL175.65º41.32%32.75%-
HSV(B)175.65º58.47%46.27%-
XYZ10.7314.817.91-
YUV96.8137.1493.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=17.5%
G=42.14%
B=40.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181130.5800.040.54175.6541.3232.75
Hex3176713A0436b02921
Octal611661617204662605141
Binary11000111101101110001111010010011011010110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317671; }

 p { color: rgb(49,118,113); }

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

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

 a { background-color: rgb(49,118,113); }

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

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

 span { border-color: rgb(49,118,113); }

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