#317161

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

Shades of Genoa #317161

Tints of Genoa #317161

Color information

#317161 (or 0x317161) is unknown color: approx Genoa. HEX triplet: 31, 71 and 61. RGB value is (49,113,97). Sum of RGB (Red+Green+Blue) = 49+113+97=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #317161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317161 is #CE8E9E. Grayscale: #5C5C5C. Windows color (decimal): -13536927 or 6385969. OLE color: 6385969.

HSL color Cylindrical-coordinate representation of color #317161: hue angle of 165º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317161 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB4911397-
CMYK0.5700.140.56
HSL165º39.51%31.76%-
HSV(B)165º56.64%44.31%-
XYZ9.3313.3313.39-
YUV92.04130.897.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=18.92%
G=43.63%
B=37.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113970.5700.140.5616539.5131.76
Hex317161390E38a52820
Octal6116114171016702455040
Binary110001111000111000011110010111011100010100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317161; }

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

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

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

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

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

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

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

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