#31746B

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

Shades of Genoa #31746B

Tints of Genoa #31746B

Color information

#31746B (or 0x31746B) is unknown color: approx Genoa. HEX triplet: 31, 74 and 6B. RGB value is (49,116,107). Sum of RGB (Red+Green+Blue) = 49+116+107=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #31746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746B is #CE8B94. Grayscale: #5E5E5E. Windows color (decimal): -13536149 or 7042097. OLE color: 7042097.

HSL color Cylindrical-coordinate representation of color #31746B: hue angle of 171.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31746B is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB49116107-
CMYK0.5800.080.55
HSL171.94º40.61%32.35%-
HSV(B)171.94º57.76%45.49%-
XYZ10.1714.2116.12-
YUV94.94134.895.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=18.01%
G=42.65%
B=39.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161070.5800.080.55171.9440.6132.35
Hex31746B3A0837ac2920
Octal6116415372010672545140
Binary110001111010011010111110100100011011110101100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31746B; }

 p { color: rgb(49,116,107); }

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

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

 a { background-color: rgb(49,116,107); }

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

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

 span { border-color: rgb(49,116,107); }

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